I've just started to learn Javascript at college, and I made a little code that traps people in a dialogue box loop.
var escape = 0
for(escape === 0; escape <= 1

confirm("Going somewhere?")
I want to know if there is a site, or a possibility I can start this code, simple by sending friends a URL they can click on. For completely innocent purposes, of course.
Thanks!