五種設為首頁的代碼
作者:佚名 時間:2012-04-19 分享到:
1.圖片鏈接
<a style="cursor:hand" onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.ktcbnqb.cn');"><img width=16 height=16 border=0 src="images/logo.gif"><u> 設為首頁</u></a>
2.文字型:
<a onclick="this.style.behavior='url(#default#homepage)';this.sethomepage('http://www.ktcbnqb.cn');" href="#">設為首頁</a>
3.按鈕型:
<input type="button" value=" 設為首頁 " onclick="this.style.behavior='url(#default#homepage)';
this.sethomepage('http://www.ktcbnqb.cn');" href="#">
4.離開時自動提示設為首頁
<body onunload="basebody.style.behavior='url(#default#homepage)';
if(!(basebody.ishomepage('http://www.ktcbnqb.cn')))basebody.sethomepage('http://www.ktcbnqb.cn/');">
5.鼠標指向時提示設為首頁
<a onmouseover="this.style.behavior='url(#default#homepage)';
this.sethomepage('http://www.ktcbnqb.cn');" target="_blank">設為首頁</a>