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
Post a Comment