topical media & game development

talk show tell print

professional-ria-04-HelloWorldv1.htm / htm



  <!--
  First version of HelloWorld.html
  
  The initial first version of the hello world application
  Includes: 
    - Creation of drop down.
  -->
  <html>
    <body>
      <form id="helloForm"><LABEL>Say Hello: </label>
        <select id="country">
          <option>France</option>
          <option>Germany</option>
          <option>Spain</option>
          <option>USA</option>
        </select>
      </form>
      <p/>
        <label id="messageLabel" style="border: thin solid"></label>
    </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.