Rate this script:  I Love it  /   I Hate it

Drag and Drop image with javascript


Code


<body>
<script src="http://www.walterzorn.com/scripts/wz_dragdrop.js"></script>

<img name="name1" src="someImg.jpg" width=240 height=135>

<script>SET_DHTML("name1")</script>
</body>

SET_DHTML("name1"+RESIZABLE) // any size
SET_DHTML("name1"+SCALABLE) // keep aspect ratio
 

 

 
Drag and Drop image with javascript scripts | Drag and Drop image with javascript snippet | Drag and Drop image with javascript example | Drag and Drop image with javascript tutorial | Drag and Drop image with javascript code