Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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

You are here: irt.org | FAQ | JavaScript | Window | Q697 [ previous next ]

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)?'

©2018 Martin Webb