C Cor Jan 31, 2004 #2 Hi Remedy, Can you explain you something more, because in my opinion in aspnet every web page is a dialog page. Cor
Hi Remedy, Can you explain you something more, because in my opinion in aspnet every web page is a dialog page. Cor
M Munsifali Rashid Jan 31, 2004 #3 Dialog popup windows can be used in Internet Explorer only. An example of syntax is: window.showModalDialog('myPage.aspx','Args','dialogHeight: 145px; dialogWidth: 400px; edge: Raised; center: Yes; help: No; resizable: No; scroll: No; status: No'); See MSDN for more information: http://msdn.microsoft.com/library/d...r/dhtml/reference/methods/showmodaldialog.asp Hope this helps, Mun
Dialog popup windows can be used in Internet Explorer only. An example of syntax is: window.showModalDialog('myPage.aspx','Args','dialogHeight: 145px; dialogWidth: 400px; edge: Raised; center: Yes; help: No; resizable: No; scroll: No; status: No'); See MSDN for more information: http://msdn.microsoft.com/library/d...r/dhtml/reference/methods/showmodaldialog.asp Hope this helps, Mun