topical media & game development

talk show tell print

basic-ajax-04-ScriptLoader.htm / htm



  <html xmlns="http://www.w3.org/1999/xhtml" >
  <head>
    <script type="text/javascript" src="ScriptLoader.js"></script>  
  </head>
  <body>
  Which script do you want to load?
  <br/>
  <br/>
  Script 1<input id="range" name="range" value="1" type="radio" onclick="retrieveInformation('1')" /><br/>
  Script 2<input id="Radio1" name="range" value="2" type="radio" onclick="retrieveInformation('2')" /><br/>
  Script 3<input id="Radio2" name="range" value="3" type="radio" onclick="retrieveInformation('3')"/><br/>
  </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.