In my application I’m showing a javascript pop up with a web page in it with the help of the following 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');
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 .
You can try following code.
Here ‘2000’ is time in milliseconds. 2000 ms = 2sec.
Let me know if any error occurs.
You can try Telerik Radwindows.