Sandbox

From Blankclubencyclopedia

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

Personal tools