Search code examples
javascriptpopupsizeminimum

Setting the minimum size of a JavaScript popup window


Is there any way to set the minimum size of a popup window through JavaScript?

My problem is that when someone makes it as small as he can the content just looks stupid.


Solution

  • Most browsers have a minimum width and height.

    Internet Explorer 7 minimum width > 250px minimum height > 150px