Removing the user interaction from a Javascript pop up

Gauravj

New Member
In my application I'm showing a javascript pop up with a web page in it with the help of the following code:\[code\] popwin = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=750, height=600,left = 262,top = 84');\[/code\]which is giving me the required pop up with the web page in it.I want to know whether there is any way to remove user interaction from this pop up and to remove the close button as well.I will close this pop up using some timer ,but i don't want that user to be able to control the pop up. Is there any way for it?I googled a bit but haven't got the relevant way to do it.Note: Can i do this using Modal Pop Up?Please suggest any good ways .
 
Back
Top