ASP Source Code:
<html>
   <body>
      <H2>NATO Phonetic Alphabet Converter</H2><BR>
      <form action="Phonetic.asp" method="get">
         Enter Word or Phrase:
         <input type="text" Size=30 name="txtPhrase"><br><br>
         <HR>
         <BR><input type="submit" value="Submit"><BR>
      </form>
   </body>
</html>