From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(test)
(Undo revision 454653 by Drew R. Smith (Talk))
Line 9: Line 9:
prefix=Pokémon FireRed and LeafGreen/
prefix=Pokémon FireRed and LeafGreen/
</inputbox>
</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>

Revision as of 02:42, 8 December 2009

<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>