"OpenModelessDialog" issues

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
 
H

Herfried K. Wagner [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top