This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C0978C.54513E40
Content-Type: text/plain;
charset="iso-8859-1"
if I open a modal dialog box
...
window.showModalDialog( "Dialog.html", DialogData,sFeatures );
in Dialog.html it has:
<html xmlns:InfoTrak="1">
<head><TITLE>MyTile</TITLE>
but the dialog box shows the title as "MyTitle--Web Page Dialog".
How to remove the default part?
Thanks fro your help!