Hi, Thomas and David, thanks for updating script.aculo.us to be compatible with IE7 and other Javascript libraries. I successfully integrated the libraries with my project, OpenRecord. I have a few drag and drop questions: 1) For my drag and drop event, I would like to the drop to do an "add" if the option or alt key is pressed, and do a "move" otherwise. Can I get passed an "Event" for my onDrop() function to test if any of these meta key is pressed? 2) I set revert=true for my draggable. However, I''ll like the draggable not to do a revert if the Element is successfully dropped. What would be the best way to do this? I feel like I need a reference to the Draggable object, which my onDrop function has no access to. Thanks a lot, Chao Lam