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

Q56 How can I open two pop-up windows?

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

<script language="JavaScript"><!--
window1=window.open('test1.html','messageWindow1','scrollbars=yes,width=175,height=300')
window2=window.open('test2.html','messageWindow2','scrollbars=yes,width=175,height=300')
//--></script>

©2018 Martin Webb