frosty7700
Programmer
I'm trying to created a system that allows a web user receive a list of items, drag-and-drop them into a new order, then submit them back to the server (via ASP). I know a drag-and-drop system can be implemented via JavaScript...but I only know how to do it in IE. Plus, I don't know how to go about passing the ASP this new data-order (the physical HTML form locations are unchanged code-wise so I don't see how I can use that).
So, I need to know 2 things:
-How can I pull this off in such a way that the data can be submitted back to a server-side ASP for re-ordering in the DB
-Less importantly, but if possible, how can I do this in such a way that is compatible with browsers other than IE?
I know it can be done. An example is at
So, I need to know 2 things:
-How can I pull this off in such a way that the data can be submitted back to a server-side ASP for re-ordering in the DB
-Less importantly, but if possible, how can I do this in such a way that is compatible with browsers other than IE?
I know it can be done. An example is at