Use Ajax to move icons on screen?
Does anyone know if it's possible to post a bunch of icons on screen and let users choose one and drag and drop it to a destination where it would display? For instance, one side of page is array of icons, the other a calendar, drag and drop icon to date on calendar where it would stay and display? How would you accomplish this? Ajax? Flash?
Kelly B



soprano on Sep 15, 2007
Two solutions:
- http://developer.yahoo.com/yui/dragdrop/
- http://wiki.script.aculo.us/scriptaculous/show/DragAndDrop
raevon1 on Sep 15, 2007
Wow...that was quite helpful, thanks!