I am having problems with my code.

Discussion in 'JavaScript' started by weirddemon, Apr 24, 2008.

  1. #1
    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
     

    Attached Files:

    weirddemon, Apr 24, 2008 IP
  2. Logic Ali

    Logic Ali Well-Known Member

    Messages:
    170
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #2
    In general people are unlikely to trawl through a zip file. For a better response, I recommend that you host the code you have.
     
    Logic Ali, Apr 27, 2008 IP
  3. weirddemon

    weirddemon Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    weirddemon, Apr 28, 2008 IP