Full version: jsB@nk » Snippet » Popup by for function
URL: https://www.javascriptbank.com/popup-with-for-function.html
Everytime 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
<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-->