»
EnglishFrenchVietnamese

Print - Popup by for function - JavaScriptBank.com

Full version: jsB@nk » Snippet » Popup by for function
URL: https://www.javascriptbank.com/popup-with-for-function.html

Popup by for function © JavaScriptBank.comEverytime visitors enter the web page, this script will open some popup window by using 'for' function.

Full version: jsB@nk » Snippet » Popup by for function
URL: https://www.javascriptbank.com/popup-with-for-function.html



JavaScript
<script language="JavaScript"><!-- Beginvar i;i=1; for(i=1;i<11;i++){     window.open("../browser/popup_content.html")}//  End --></script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->