modal dialog

mv ark replied to Developer .Net at 04-Jul-08 07:21
The technique you are using to generate a modal dialog is IE specific. The documentation (http://msdn.microsoft.com/en-us/library/ms536759(VS.85).aspx) does not have any mechanism to manipulate the window title.

Consider using this cross browser technique to simulate a Modal Window: http://www.dannyg.com/support/modalFix.html

You may check the sample first: http://www.dannyg.com/support/modal_IE5_NN6_fixed/main.html . On that page, click the Preferences link first
Biography
M.V. 'Anil' Radhakrishna is a seasoned developer and a Microsoft MVP (ASP/ASP.NET). He blogs his little discoveries and Web development tips, tricks and trivia quite regularly. You can find some of his unusual code samples & snippets at his Code Gallery.

Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Avoid "WebPageDialog" title - Developer .Net  04-Jul-08 03:11 3:11:29 AM
      Reply - alice johnson  04-Jul-08 05:07 5:07:54 AM
      Reply - alice johnson  04-Jul-08 05:11 5:11:47 AM
      Reply - alice johnson  04-Jul-08 05:13 5:13:11 AM
      Re: Avoid "WebPageDialog" title - Ashutosh Dhok  04-Jul-08 06:30 6:30:25 AM
      modal dialog - mv ark  04-Jul-08 07:21 7:21:14 AM
View Posts