Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script src="includes/prototype/prototype.js" type="text/javascript"></script>
  4. <script src="includes/scriptaculous/scriptaculous.js" type="text/javascript"></script>
  5. </head>
  6. <body>
  7. <h1>Hi</h1>
  8.  
  9.  
  10. <div id="drag_demo_1" style="width:100px; height:100px; background:#7baaed; border:1px solid #333;"></div>
  11. <script type="text/javascript">
  12. new Draggable('drag_demo_1');
  13. </script>
  14.  
  15. </body>
  16. </html>
Add Comment
Please, Sign In to add comment