"OpenModelessDialog" 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
 
Hello,

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

This is a Windows Forms ng. Maybe the ASP .NET programmers can help
you:

news://news.microsoft.com/microsoft.public.dotnet.framework.aspnet

HTH,
Herfried K. Wagner
 
Back
Top