topical media & game development

talk show tell print

basic-ajax-08-Catalogue1.htm / htm



  <html xmlns="http://www.w3.org/1999/xhtml" >
  <head>
      <link id="Link1" rel="stylesheet"  href="Cart.css" type="text/css" />
    <script type="text/javascript" src="ShoppingCart.js"></script>  
  </head>
  <body>
  <form id="form1" method="post" action="cartdisplay.aspx">
  <br/>
  <img id="cover" src="begaspnet.jpg" />
  <br />
  <br />
  <b>Book:</b><span id="book">Beginning ASP.NET with CSharp</span><br />
  <b>Authors: </b><span id="authors"> Hart, Kauffman, Sussman, Ullman</span>
  <br /><b>ISBN: </b><span id="ISBN">0764588508</span>
  <br /><b>Price: </b><span id="price">$39.99</span>
  <br /><br />
  <a href="#" onclick="AddRemoveItem('Add');" >Add to Shopping Cart</a>
  <br /><br />
  <span id="cart" ></span>
  </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.