Infinite html popup loop?

  • Thread starter Thread starter 3612
  • Start date Start date
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>
 
Back
Top