Full version: jsB@nk » Funny » Unclosable Popup
URL: https://www.javascriptbank.com/unclosable-popup.html
This JavaScript is short, and easy to set launches a window that continually re-opens by itself and cannot be permanently closed 'unless' the visitor clicks on a link that you provide.
Full version: jsB@nk » Funny » Unclosable Popup
URL: https://www.javascriptbank.com/unclosable-popup.html
<SCRIPT LANGUAGE="JavaScript"><!-- Beginfunction openForceClick() {b = window.open("force-click-popup.html","new","width=400,height=200,location=0,menubar=0,personalbar=0,status=0");b.focus();}// End --></script>
Open the <a href="javascript:openForceClick()">force-click-page.</a>
/javascript/fun/Unclosable_Popup/force-click-popup.html