javascript - How to set PopUp Window size -


i have opend popup window using javascript. in popup window have got button , on click on button wants changes size of (current/same page) popup window.

please tell me how can this. thanks

ie:

self.resizeto(500,400); 

other browsers:

window.outerheight = 500; window.outerwidth = 400;  

those examples site mentioned below:

http://www.perlscriptsjavascripts.com/tutorials/javascript/window_1.html

hope helps :)


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -