Open Many Windows






Put this between your HEAD-tags
<script language="JavaScript">
<!--
// functionName=window.open('url','windowName','window parameters')
windowOne=window.open('window1.html','window1','scrollbars=yes,width=350,height=300');
windowTwo=window.open('../window2.htm','window2','scrollbars=yes,width=550,height=275');
windowThree....
windowFour....
//--></script>



Free JavaScripts provided
by Winfolinx.com


Back