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. |
|