Did you include the jQuery UI Draggable plugin as well? That's how the dialog is made draggable. See
http://docs.jquery.com/UI/Dialog#overview-dependencies If you need any further help, there's a dedicated list for jQuery UI: http://groups.google.com/group/jquery-ui - Richard On Sun, Mar 15, 2009 at 3:10 PM, globe <bellefqih.moham...@gmail.com> wrote: > > well found a workaround, even if not a clean solution :( > > <script type="text/javascript"> > function ttk2() > { > jQuery('<div id="demo3">').load("/voipover3/faces/jsps/ > addAccount.jsp").dialog({ > modal: true, > draggable:true, > width: 530, > overlay: > { > opacity: 0.7, > background: "black" > } > }) > > } > the problem is that the pop doesn't move :D , grrr > > and thanks >