摘要: 有些js方法,我们经常用,却也经常忘记,所以我就写下来 1,关闭子窗口,给父窗口返回一个值 window.returnValue = ""; 2,在子窗口中得到父窗口传过来的参数 var result = window.dialogArguments; 3,弹出一个模态窗口 window.showModalDialog(url,agruments,sFeatures),非模态用showMode... 阅读全文
posted @ 2008-05-21 12:24 GodSpeed 阅读(866) 评论(1) 推荐(0) 编辑