posted 18 years ago
Hello,
I have HTML Code as below...
..................................
<BODY>
<table width=100% border=0>
<tr>
<td>
<table border=1>
<tr>
<td width="300"><IMG id="moveMe"
SRC="C:\Training\Web\Picture\trial_0.gif"></td>
<td width="300"></td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
..........................
As Above Code I want to Drag Image From column ONE to column TWO.
I wannt to use Mouse Events on that.
Can You Please Give me an Simple JScript code for That..
Thank You....