artslave
09-18-2002, 04:16 AM
Hi all, long time no see.
I've got a javascript question.
I'm using Dreamweaver and I've got the pop-up window thingamajig working but I would like to be able to tell the window specific location on the screen to open. For example I'd like an independent navigation window to be 200 pixels wide and open in the top left corner (x=0 y=0) and a content window 200+ pixels to the right of the top left corner (x=200 y=0).
Any help or a nudge in the right directions would be appreciated :)
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<BODY OnLoad="MM_openBrWindow('http://artslavestudio.com','navigation','scrollbars=yes,resizable=yes,width=200,height=750')">
PS: I like the new look! 8)
I've got a javascript question.
I'm using Dreamweaver and I've got the pop-up window thingamajig working but I would like to be able to tell the window specific location on the screen to open. For example I'd like an independent navigation window to be 200 pixels wide and open in the top left corner (x=0 y=0) and a content window 200+ pixels to the right of the top left corner (x=200 y=0).
Any help or a nudge in the right directions would be appreciated :)
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<BODY OnLoad="MM_openBrWindow('http://artslavestudio.com','navigation','scrollbars=yes,resizable=yes,width=200,height=750')">
PS: I like the new look! 8)