Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q697 Why won't my popup window resize with window.resizeTo(400,400)?

irt.org | Knowledge Base | JavaScript | Window | Q697 [ previous next ]

Q697 Why won't my popup window resize with window.resizeTo(400,400)?

You need to open up the poup window with resizable=yes, e.g.:

<SCRIPT LANGUAGE="JavaScript"><!--
window.open('apage.htm','windowName','width=100,height=200,resizable=yes')
//--></SCRIPT>

Feedback on 'Q697 Why won't my popup window resize with window.resizeTo(400,400)?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.