关于父,子页面的问题
怎样才能实现子页面不能最大化,必须浮于父页面之上呢?
Response.Write("<script language=javascript>window.open('show.aspx','','width=520,height=260')</script>");
如果要的是模式窗口则就是下面的,如果你不想要模式窗口前面的这个就可以了……
Response.Write("<script language=javascript>showModalDialog('show.aspx','','dialogWidth:425px;status:no;dialogHeight:285px;resizable:yes')</script>");