From StrategyWiki, the video game walkthrough and strategy guide wiki
Revision as of 02:41, 8 December 2009 by Drew R. Smith (talk | contribs) (test)
Jump to navigation Jump to search

<inputbox> type=create bgcolor=66DDEE width=24 preload=User:Drew R. Smith/Pokémon FireRed and LeafGreen Page Creator/Preloader editintro=User:Drew R. Smith/Pokémon FireRed and LeafGreen Page Creator/Instructions buttonlabel=Create Article break=yes prefix=Pokémon FireRed and LeafGreen/ </inputbox>


<html> <head> <title>Javascript Input Box</title> <script language="javascript" type="text/javascript"> function jsInputBox() {

  var tlink=prompt("Enter the Link Here","");
  if(tlink!="")
  {
     alert(tlink);
  }
  else
  {
     alert("No Input Received");
  }

} </script> </head> <body> <a href="javascript: jsInputBox();">Demo of Javascript Input Box</a> </body> </html>