JavaScript Modal Windows

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
mzfp2
Forum Contributor
Posts: 137
Joined: Mon Nov 11, 2002 9:44 am
Location: UK
Contact:

JavaScript Modal Windows

Post by mzfp2 »

Hi

Im aware of the showModalDialog() function in JavaScript which opens a new window without the address bar and buttons etc, however is it possible to make the current window like such without having to open a new window?

Thanks

http://www.alljammin.com
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

To my knowledge that's impossible.
User avatar
dstefani
Forum Contributor
Posts: 140
Joined: Sat Jan 11, 2003 9:34 am
Location: Meridian Idaho, USA

Post by dstefani »

For a JavaScript quetion like this, I'd ask it at the project seven group.
Just make sure to mark your post OT:: (off topic), they will usually happily answer questions like these.

[url]news://forums.projectseven.com/pviiwebdev[/url]

- Don
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

Is showModalDialog() specific to IE ?
It doent seem to work in FireFox
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

anjanesh wrote:Is showModalDialog() specific to IE ?
It doent seem to work in FireFox
yes.
Post Reply