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

Q712 How can I open a "prompt" window and select it's size?

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

You can't. All you can do is create your own window:

<SCRIPT LANGUAGE="JavaScript"><!--
myWindow = window.open('apage.html','windowName','width=100,height=100');
//--></SCRIPT>

Feedback on 'Q712 How can I open a "prompt" window and select it's size?'

©2018 Martin Webb