You are here: irt.org | FAQ | JavaScript | Window | Q486 [ previous next ]
Exactly the same as if it were a main window, just open another one up using: window.open(), for example:
<script language="JavaScript"><!-- myWindow = window.open('apage.html','windowName'); //--></script>