Sandbox
From Blankclubencyclopedia
(Difference between revisions)
Line 27: | Line 27: | ||
</script> | </script> | ||
</head> | </head> | ||
+ | <body> | ||
+ | <form> | ||
+ | <input type="button" onclick="disp_alert()" value="Display alert box"> | ||
+ | </form> | ||
+ | </body> | ||
</html> | </html> | ||
</plain_html> | </plain_html> |
Revision as of 00:57, 22 March 2006
<plain_html> <html> <head> <script type="text/javascript"> function disp_confirm() { var name=confirm("Happy Birthday Evan-22nd March. " + '\ ' + “The World may Forget but not me”) if (name==true) } { var name=confirm("Did You Wish Evan on his Birthday”) if (name==true) { var name=confirm("Thank You! I Love You. You are wonderfull”) if (name==true) } else { var name=confirm("You are Heart Less. +’\ ’+ You Will Be Punished For This”) if (name==true) } } } } </script> </head> <body> <form> <input type="button" onclick="disp_alert()" value="Display alert box"> </form> </body> </html> </plain_html>