Rman
04-17-2005, 11:47 AM
http://www.dynamicdrive.com/dynamicindex1/popit.htm
I wonder if anyone knows of a script similar to the pop-it menu at the link offered above that will allow for a link that opens 2 windows at once...such as is achieved with the code below?
<A HREF="1.htm" onClick="window.open('2.htm', 'newwindow', 'height=500,width=500, toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directiories=no,status=no')")">Both</A>
Thanks,
Rman
I wonder if anyone knows of a script similar to the pop-it menu at the link offered above that will allow for a link that opens 2 windows at once...such as is achieved with the code below?
<A HREF="1.htm" onClick="window.open('2.htm', 'newwindow', 'height=500,width=500, toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directiories=no,status=no')")">Both</A>
Thanks,
Rman