打印

flash里面,怎么设置“设为首页,加为珍藏‘

各位老师,请问flash里面,怎么设置“设为首页,加为珍藏‘,谢谢!
设为首页:
getURL("javascript:this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.***.com/');");

加为珍藏:
getURL("javascript:window.external.AddFavorite('http://www.***.com/', '站名');");
www.cklife.net
XP SP2以上代码无效,请问有别的方法吗?
www.hahala.com
确实,这是无效的作法.
http://www.52ria.com/bbs/forumdisplay.php?fid=2
在 这里,我们继续讨论这个问题!
做自己!

TOP

还在为头像烦恼?还在为不能关注好友动态烦忧?快来蓝色理想家园吧!
设置为首页:
getURL("JavaScript:document.body.style.behavior=\"url(#default#homepage)\";document.body.setHomePage(\"http://www.itbook8.com\")", "_self");
加入收藏:
getURL("JavaScript:window.external.addFavorite(\"http://www.itbook8.com\")", "_self");
希望

TOP