3
3612
Guest
Hey,
I'm just working with html for fun right now and just out of curiosity, does anyone know how to make this popup infinitely loop (when you press ok, the popup comes up again).
<SCRIPT LANGUAGE="javascript">
<!--
function CONFIRM(){if (!confirm
("lol"))
history.go(-1);return " "}
document.writeln(CONFIRM())
<!-- END -->
</SCRIPT>
I'm just working with html for fun right now and just out of curiosity, does anyone know how to make this popup infinitely loop (when you press ok, the popup comes up again).
<SCRIPT LANGUAGE="javascript">
<!--
function CONFIRM(){if (!confirm
("lol"))
history.go(-1);return " "}
document.writeln(CONFIRM())
<!-- END -->
</SCRIPT>