Ender330 0 Newbie Poster

Thanks for your help in advance.

I have my draggable using JQuery and it woks great. The problem now that I am having is that when I put in a Java Script Applet/Widget

I have to put this in the code: <script type="text/javascript">some widget code information</script>

So my code looks like this:

<div id="mobilebox"><script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget('4831c1e0-469f-4f0b-8ccb-f5240e7367ec');</script></div>

The box moves great without the Script inside but when the script is inside...the box does not move at all..

Can anyone tell me the reason for this and how to fix it.

Thank You

K.Harris