1.圖片鏈接
<a style="cursor:hand" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.zunjueit.com/');"><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.zunjueit.com/');" href="#">設為首頁</a>
3.按鈕型:
<input TYPE="button" VALUE=" 設為首頁 " onclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.zunjueit.com/');" href="#">
4.離開時自動提示設為首頁
<body onunload="BASEBody.style.behavior='url(#default#homepage)';
if(!(BASEBody.isHomePage('http://www.zunjueit.com/')))BASEBody.setHomePage('http://www.zunjueit.com/');">
5.鼠標指向時提示設為首頁
<A onmouseover="this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.zunjueit.com/');" target="_blank">設為首頁</A>