
JavaScript
文章平均质量分 51
liuhuan2099
这个作者很懒,什么都没留下…
展开
-
js应用到将两个页面合并
1:在A页面中通过iframe框架显示B页面中的内容,并且通过A页面中的控件触发B页面按钮的事件.iframe src="pUsingApprove.aspx?projectid=" scrolling="no" frameborder="0" width="100%" height="100%" id="approveFrame">iframe>原创 2008-08-23 20:54:00 · 3339 阅读 · 0 评论 -
showModalDialog依次弹出两个模态窗口.两个窗口同时关闭并刷新父窗体
如下: A页面 ---> showModalDialog( B ); window.location.href=window.location.href; B页面 ---> showModalDialog( C ); self.close(); C页面 ---> self.close(); 原理:操作顺序:点击A页面中的按钮打原创 2008-08-31 20:17:00 · 1976 阅读 · 0 评论 -
window.open() 打开新窗体最大化、满屏.
:打开的窗体同showModalDialog()打开的窗体. HttpContext.Current.Response.Write(""); HttpContext.Current.Response.Write("window.open (Overview.aspx, SMS, height=+screen.availHeight+, widt原创 2008-11-22 16:02:00 · 3394 阅读 · 0 评论