View Full Version : new window opening options
leoabreu
01-26-2001, 08:59 AM
Is there a way to open a new window "MODAL" in Javascript? If there isn't, how can I make it "Always On Top"? I've tried to use the "alwaysRaised" option in the windowOptions, but it doesn't make any effect, neither on Netscape, neither on Explorer. Could anyone help me?
Thanks
Dr. Web
01-26-2001, 01:17 PM
I am not familiar with modal windows, but I know that some pages use this kind of trick...
setting a timeout...maybe every 30 seconds, and then calling a function that sets the focus to the pop-up window. You may even be able to say something like....document.window.blur()= new javascript function that sets the focus the the pop-up window.
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.