topical media & game development

talk show tell print

basic-ajax-07-webservice.htm / htm



  <html xmlns="http://www.w3.org/1999/xhtml" > 
  <head> 
  <title>Untitled Page</title> 
  <script type="text/javascript" src="webservice.js"></script> 
  </head> 
  <body> 
  <form id="form1" name="form1"> 
  Enter Symbol: <input type="text" name="stocksymbol" id="stocksymbol" /> 
  <input type="button" onclick="sendData()" value="Click button to add quote" /> 
  <br /><br /> 
  <table id="table1"> 
  </table> 
  </form> 
  </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.