|
Q1680 How can I dock one popup window to the side of another?
irt.org | Knowledge Base | JavaScript | Window | Q1680 [ previous next ]
Q1680 How can I dock one popup window to the side of another?
Try:
<script language="JavaScript"><!--
window.open('pop1.html','pop1','top=0,left=0,width=200,height=300');
window.open('pop2.html','pop2','top=0,left=201,width=200,height=300');
//--></script>
|
|
|
Copyright © 1996-2008 irt.org, All Rights Reserved.