View Single Post
Old 01-12-2012, 10:41 AM   PM User | #1
Dayne
New to the CF scene

 
Join Date: Jan 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Dayne is an unknown quantity at this point
Start Javascript from a link?

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!
Dayne is offline   Reply With Quote