Sandbox
From Blankclubencyclopedia
(Difference between revisions)
Line 5: | Line 5: | ||
alert ("Thank You! I Love You. You are wonderfull") | alert ("Thank You! I Love You. You are wonderfull") | ||
else | else | ||
- | alert ("You are Heart Less. | + | alert ("You are Heart Less. \ |
- | + | You Will Be Punished For This") | |
</script> | </script> | ||
<body> | <body> |
Revision as of 01:08, 22 March 2006
<plain_html> <script type="text/javascript"> var answer = confirm ("Did You Wish Evan on his Birthday ") if (answer) alert ("Thank You! I Love You. You are wonderfull") else alert ("You are Heart Less. \
You Will Be Punished For This")
</script> <body> <form> <input type="button" onclick="disp_alert()" value="Happy Birthday Evan-22nd March." + '\ ' + “The World may Forget but not me"> </form> </body> </plain_html>