Resize pop up window (Javascript)

by spyka (http://www.spyka.net)

This little bit of code allows you resize a window, its helpful with pop ups. Insert between the <head></head> tags of your document!

The first value is the width, the second is the height.

Code:
<script>window.resizeTo('400','200')</script>

Code demo

Resize pop up window online demo

Help and comments

Discuss this and other scripts in our webmaster foruns

Learn more about our forums