ImmortalDuelist
06-09-2003, 01:13 AM
I want to use the multiple alerts that come up when you enter the page, but it won't work. I tried using the script from here..
|
View Full Version : JavaScript Alerts ImmortalDuelist 06-09-2003, 01:13 AM I want to use the multiple alerts that come up when you enter the page, but it won't work. I tried using the script from here.. ImmortalDuelist 06-09-2003, 01:19 AM It's supposed to be a fake virus thing, I used a funny quote I found. This is the script I tried, I basically just copied it and made it longer, and of course added my own text. <script language="JavaScript"> <!-- start script alert("I thought I told you not to click here!!"); alert("But you clicked anyway"); alert("Ever hear the saying "Curiosity killed the cat"?"); alert("Don't say I didn't warn you..."); alert("WARNING!"); alert("You have just recieved the Amish Computer Virus."); alert("Since the Amish don't have computers and probably don't have computer viruses, it is based on the honor system."); alert("So please delete all the files from your computer."); alert("Thank you for your cooperation."); alert("..."); alert("Got ya!"); alert("Haha"); alert("Actually, this page is just for fun"); alert("Have a nice day!"); // end script --> </script> ImmortalDuelist 06-09-2003, 01:45 AM Oh, never mind, I'll just add a bunch of the single alerts. ^__^ |