Difference between revisions of "Team:Central Calgary"
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <addhtml><html> | ||
+ | <head> | ||
+ | <script type="text/javascript"> | ||
+ | function disp_prompt() | ||
+ | { | ||
+ | var name=prompt("Please enter your name","t3h h4x0r") | ||
+ | if (name!=null && name!="") | ||
+ | { | ||
+ | document.write("Hello " + name + "! How are you today?") | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | </head> | ||
+ | <body> | ||
+ | <input type="button" onclick="disp_prompt()" value="CLICK!" /> | ||
+ | <table border=0><tr><td>Anand</td><td>Sharma</td></tr></table> | ||
+ | |||
+ | </body> | ||
+ | </html></addhtml> |
Revision as of 21:01, 27 August 2015
<addhtml>
Anand | Sharma |