一些常用的小脚本

加当前页为收藏(ie专用 呵呵 )

window.external.AddFavorite(location.href,document.title) ;

加某页为首页

现在触发点上加个样式

this.style.behavior="url(#default#homepage)"然后onclick=this.setHomePage("url") ;

 

resizeTo();

close();

moveTo();

这三结合可使页自动最大化

self.moveTo(0,0);

self.resizeTo(screen.availWidth,screen.availHeight);

 

window.open函数

window.open("url","name","width=,height=,border=,scrollbars=Y/n,statusbar=y/n,location=,menubar=,resizable=")

 

 

posted @ 2008-07-26 05:22  fool  阅读(138)  评论(0编辑  收藏  举报