on 24.01.2007 18:33
Hi, I've successfully implemented the drag and drop functionality in a
web page, but have a question.

I'm wanting to pass some data from the draggable item to the drop box.
Specifically, I want to have a latitude and longitude embedded into the
item to be dragged, and then want to drag the item to a map, then have
the map load a Google map image using the lat and long.  I have no idea
how to pass that information to the drop box, then how to have that drop
box reload with a map.  Any ideas?

Thanks!