To add an image to the Browser tab window, implement the effect of the arrow:
Implementation method:
Add this code to the head of the page <link rel= "shortcut icon" href= "images/ Titlelog.ico " /> where href is the path to the picture
Full code:
1 <!DOCTYPE HTML>2 <HTML>3 <Head>4 <Linkrel= "shortcut icon"href= "Images/titlelog.ico" />5 <title>Mall System Management</title>6 <Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8" />7 <Scriptsrc= "/admin/js/jquery-1.7.2.min.js"type= "Text/javascript"></Script>8 </Head>9 <Framesetrows= "100,*"cols="*"framespacing= "0"frameborder= "No"Border= "0">Ten <Framesrc= "Top2.aspx?" Treetype=0 "name= "Topframe"scrolling= "No"noresize= "Noresize"ID= "Topframe" /> One <FramesetID= "ATTACHUCP"framespacing= "0"Border= "0"frameborder= "No"cols= "198,9,*"rows="*"> A <FrameBorder= "0"name= "Leftframe"noresize=""scrolling= "Auto"src= "Links.aspx"></Frame> - <FrameID= "Leftbar"scrolling= "No"Border= "0"noresize=""name= "Switchframe"src= "swich.html"></Frame> - <FrameID= "MainFrame"scrolling= "Yes"noresize=""Border= "0"name= "MainFrame"src= "Index.aspx"></Frame> the <noframes><Body></Body></noframes> - </Frameset> - <noframes><Body></Body></noframes> - </Frameset> + </HTML>
View Code
Browser window label icon, adding method