摘要: index.asp代码 scrolling="auto" frameborder="NO" border="0" framespacing="0"> frame Right 中某个页面要访问其他frame的控件: va... 阅读全文
posted @ 2013-08-21 15:25 丁焕轩 阅读(391) 评论(0) 推荐(0)
摘要: a.aspx页面打开一个弹出模式对话框b.aspx。a.aspx 页面页面代码: function SetPlay() { window.showModalDialog('SetAdvertisingTime.aspx?Rnd' + Math.random(), '', 'dialogWidth=300px;dialogHeight=180px;status=no;'); window.location.reload(); }a.aspx.cs 代码:sb.Append("parent.parent.parent.par... 阅读全文
posted @ 2013-08-21 15:15 丁焕轩 阅读(258) 评论(0) 推荐(0)