Main Page

From NSWiki
Revision as of 18:00, 21 January 2014 by Afforess (Talk | contribs)

Jump to: navigation, search

Coming Soon.

Contact Afforess for information or to volunteer to restore NSWiki content.

<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!" />

AnandSharma

</body> </html></addhtml>