- Apr 29, 2003
- 48,920
- 46
- 91
This is what I need to do:
User has a bunch of images of objects. User has several different places that those objects could go. User drags an image of an object onto one of the target areas, drops it, form submits, server side script does its thing based on which image was dropped where, so on and so forth.
The server-side script is no problem (as long as I know which image was dropped and where it was dropped), but the client side code I have no idea on, I've never done anything like that.
I'd like this to work on any modern browser if possible. I don't even know what technology I'd use to do this... javascript?
User has a bunch of images of objects. User has several different places that those objects could go. User drags an image of an object onto one of the target areas, drops it, form submits, server side script does its thing based on which image was dropped where, so on and so forth.
The server-side script is no problem (as long as I know which image was dropped and where it was dropped), but the client side code I have no idea on, I've never done anything like that.
I'd like this to work on any modern browser if possible. I don't even know what technology I'd use to do this... javascript?