Log in

View Full Version : Modal pop-up window?



Tohaki
11-04-2008, 08:39 AM
Is it possible to launch a modal pop-up window from JavaScript? That is, I want it to be impossible to access the opener window before a button in the pop-up is clicked (which will also close the pop-up window).

Nile
11-04-2008, 12:25 PM
Take a look at this script:
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/dhtmlmodal.htm

Tohaki
11-05-2008, 07:18 AM
Thanks for the tip. :)