I have implemented a dialog box (an html page) using showModalDialog .
. In the top of the page, I have defined a title as follows:
<title>My Title</title>
when i use IE6, at runtime, the text in the title bar disappears only the "-- Web Page Dialog" appears like the following:
-- Web Page Dialog
whereas if i use IE7 the title is displayed properly as:"My Title--Web Page Dialog"
How can I cause the dialog to appear with my title also in IE6 - i.e., "My Title --
Web Page Dialog" .
Thanks!
. In the top of the page, I have defined a title as follows:
<title>My Title</title>
when i use IE6, at runtime, the text in the title bar disappears only the "-- Web Page Dialog" appears like the following:
-- Web Page Dialog
whereas if i use IE7 the title is displayed properly as:"My Title--Web Page Dialog"
How can I cause the dialog to appear with my title also in IE6 - i.e., "My Title --
Web Page Dialog" .
Thanks!
Comment