Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.