If you dont mind adding a quick suppliment to wz_dragdrop.js the following will work. 1) - add a global bounding box object that contains the coordinates/ dimensions of a drag limiting rectangle: p0=upper-right, pt1=lower-left. 2) - modify the "dd.obj.moveTo" call in "function DRAG(d_ev)" in wz_dragdrop.js. The original code is commented out and the new code tests the newly proposed x,y against ...