var drgs = new Draggables; function dragreg(div, event) { id = div.element.id; new Ajax.Request('http://localhost:3301/savepos/' + id + '/' + this.style.top + '/' + this.style.left); }