Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] no title on modal dialogs


  • From: javascript@xxxxxxxxxx (Dan Costea)
  • Subject: [Javascript] no title on modal dialogs
  • Date: Thu, 22 Nov 2001 15:15:38 -0800

Hi,

I open modal dialogs like this:

window.showModalDialog ("/html/modalCalendar.html",arrParams,"dialogHeight:
px; dialogWidth: px; dialogTop: px; dialogLeft: px; center: Yes; help: No;
resizable: No; status: No; edge: Raised;");

the html I open has nothing title tag (<title></title>); the modal dialog
title is: "-- Web Page Dialog".  How can I not displaying this? (to have no
title at all).