»
EnglishFrenchVietnamese

Print - Load 4 Pages - JavaScriptBank.com

Full version: jsB@nk » Browser » Window » Load 4 Pages
URL: https://www.javascriptbank.com/load-4-pages.html

Load 4 Pages © JavaScriptBank.comThis JavaScript allows visitors can open many web pages at the same time.

Full version: jsB@nk » Browser » Window » Load 4 Pages
URL: https://www.javascriptbank.com/load-4-pages.html



JavaScript
<SCRIPT>if (window != window.top)  top.location.href = location.href;x1="no",x2="no",x3="no",x4="no",x5="no",x6="no",x7="no",x8="no",d=""y = new Array()function make4windows() {lt="blank.htm"lb="blank.htm"rt="blank.htm"rb="blank.htm"if (y[0]) lt=y[0]if (y[1]) lb=y[1]if (y[2]) rt=y[2]if (y[3]) rb=y[3]d+='<frameset cols="50%,*" border=5><frameset rows="50%,*"><frame src="'+ltd+='" name="lt"><frame src="'+lbd+='" name="lb"></frameset><frameset rows=50%,*><frame src="'+rtd+='" name="rt"><frame src="'+rb+'" name="rb"></frameset></frameset>'document.write(d)document.close() }function getCheckedPages(){if (document.p.b1.checked==true)y=y.concat("http://javascriptbank.com/javascrpt/")if (document.p.b2.checked==true)y=y.concat("http://javascriptbank.com/text/")if (document.p.b3.checked==true)y=y.concat("http://javascriptbank.com/image/")if (document.p.b4.checked==true)y=y.concat("http://javascriptbank.com/mouse/")if (document.p.b5.checked==true)y=y.concat("http://javascriptbank.com/browser/")if (document.p.b6.checked==true)y=y.concat("http://javascriptbank.com/background/")if (document.p.b7.checked==true)y=y.concat("http://javascriptbank.com/graphic/")if (document.p.b8.checked==true)y=y.concat("http://javascriptbank.com/game/")make4windows()}</SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<FORM name=p><b>View many website on a page [max = 4]<BR><BR>Choose website</b><BR><TABLE border=1 cellPadding=5>  <TBODY>  <TR>    <TD><INPUT name=b1 type=checkbox value="ON">Home</TD>    <TD><INPUT name=b2 type=checkbox value="ON">Text</TD>    <TD><INPUT name=b3 type=checkbox value="ON">Image</TD>    <TD><INPUT name=b4 type=checkbox value="ON">Mouse</TD></TR>  <TR>    <TD><INPUT name=b5 type=checkbox value="ON">Browser-Window</TD>    <TD><INPUT name=b6 type=checkbox value="ON">Background</TD>    <TD><INPUT name=b7 type=checkbox value="ON">Graphic</TD>    <TD><INPUT name=b8 type=checkbox value="ON">Games</TD></TR></TBODY></TABLE><input type=button onclick="getCheckedPages();" value='   View   '></FORM><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->