摘要: 一、 弹出窗口的基本属性设置<SCRIPT LANGUAGE="javascript"> <!-- window.open ('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no,... 阅读全文
posted @ 2010-09-05 14:07 雨戈 阅读(758) 评论(0) 推荐(0) 编辑
摘要: 1,基本描述1.1 方法签名:oNewWindow = window.open( sURL , sName , sFeatures, bReplace)通过方法签名可以看出,window.open在打开一个窗口(其url为sURL)后,将返回一个代表该窗口对象的一个变量oNewWindow,如果打开不成功,则oNewWindow的值为null。同时为了对打开的窗口预先做一些控制,提供了其他一些参数... 阅读全文
posted @ 2010-09-05 14:02 雨戈 阅读(2030) 评论(0) 推荐(0) 编辑