"ShowModelessDialog" issues

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Sorry for the basic questions; just starting with ASP.NET

I am using an HTML button to open another modeless dialog
window:

<INPUT style="FONT-WEIGHT: bold; Z-INDEX: 119; LEFT: 48px;
WIDTH: 103px; COLOR: navy; FONT-STYLE: italic; FONT-
FAMILY: arial; POSITION: absolute; TOP: 186px; HEIGHT:
23px" type="button" value="Search Tips"
onclick=showModelessDialog("SearchTips.htm")>

A few issues:

1. The button works fine in IE, but does absolutely
nothing when this ASP.NET page is open in Netscape
2. Is there any way to display something else other
then "Untitled" in the dialog's banner.

Many thanks in advance,

Alex
 
1.showModellesDialog like showModalDialog works in IE only.
2.Look at <title> tag of SearchTips.htm.
HTH
 
Back
Top