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