topical media & game development

talk show tell print

basic-ajax-07-dragdrop.htm / htm



  <html xmlns="http://www.w3.org/1999/xhtml" >
  <head>
        <title>Drag Drop Example</title>
            <link id="Link1" rel="stylesheet"  href="DragDrop.css" type="text/css" />
        <script type="text/javascript" src="dom-drag.js"></script> 
        <script type="text/javascript" src="SaveListOrder.js"></script> 
            <script type="text/javascript" src="simple-dnd.js"></script>  
  </head>
  <body>
  My Favourite Books:
  <br />
  <br />
  <span id="root">
  </span>
  <br />
  <br />
  <input type="button" value="Click to store the sequence" onclick="SaveOrder()" />
  </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.