I don' program much and I am using mostly opensource JS. I amusing A drag and drop (wz_dragdrop) script and I thought I was inputting everything correctly, but it's not working for me. I have googled this plenty of times trying to resolve this on my own, but I've had no luck, so I'm trying you all. Below contains the code and everything. Any help is appreciated. Thanks
In general people are unlikely to trawl through a zip file. For a better response, I recommend that you host the code you have.
Okay. That makes sense to me. Here is the code that I think I'm having problems with: <body> <!-- Drag and Drop //--> <script type="text/javascript" src="wz_dragdrop.js"></script> <td width="100%"><p align="center"><img src="images/Serpentine_1.jpg" name="pictures" width="73" height="49"></td> </tr> </table> <!--//--> <img src="images/Serpentine_1.jpg" width="73" height="49" /> <script type="text/javascript"> <!-- SET_DHTML("Serpentine_1.jpg"); //--> </script> </body> I'm supposed to be able to add anything withtin SET_DHTML ("") and it is supposed to allow the image to be draggable.