Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set PopUp Window size

I have opend a popup window using javascript. now in that popup window i have got a button and on click on that button i wants to changes size of that (current/same page) popup window.

Please tell me how we can do this. Thanks

like image 335
Dr. Rajesh Rolen Avatar asked Sep 12 '25 05:09

Dr. Rajesh Rolen


1 Answers

The methods you have to use are resizeTo() or resizeBy().

The option to resize a window may be restricted by browser-settings.

like image 82
Dr.Molle Avatar answered Sep 14 '25 20:09

Dr.Molle