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

Q26 How do you load two pages automatically, in separate windows?

You are here: irt.org | FAQ | JavaScript | Window | Q26 [ 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