Difference between revisions of "Main Page"

From NSWiki
Jump to: navigation, search
m (Protected "Main Page": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(addhtml test)
Line 2: Line 2:
  
 
Contact [http://www.nationstates.net/nation=shadow_afforess Afforess] for information or to volunteer to restore NSWiki content.
 
Contact [http://www.nationstates.net/nation=shadow_afforess 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!" />
 +
 +
<table border=0><tr><td>Anand</td><td>Sharma</td></tr></table>
 +
 +
</body>
 +
</html></addhtml>

Revision as of 18:00, 21 January 2014

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>