View Single Post
Old 03-23-2004, 11:43 PM   #2
lumberjim
I can hear my ears
 
Join Date: Oct 2003
Posts: 25,571
I'm right with you. I have to read each line of your description 3 times, but it makes sense if I read slowly. I have a question, though. The very first characters of each code....are those commas, or periods?



it seems like they don;t matter. I did this without, and it works:

this will be funnier for you if you don;t read the code first, but just paste it into the tester and run it.......but it still won;t be all that funny, so don;t get all excited



var prompt = "Click OK if you understand this shit.\nClick Cancel if it's making your hair hurt.";

if (confirm(prompt)) {
document.write("yeah, bullshit, fonzie");
}
else {
alert("You're pretty dumb.");
document.write("yup, pretty dumb");
}
__________________
This body holding me reminds me of my own mortality
Embrace this moment, remember
We are eternal, all this pain is an illusion ~MJKeenan
lumberjim is offline   Reply With Quote