Hi, Mallory... Sounds like a perfect job for jQuery or one of its plug-ins. jQuery is a javascript library that focuses on performance using DOM manipulation. It's quite intuitive.
http://www.jquery.com Rick -----Original Message----- From: Mallory Woods [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 10:13 AM To: CF-Talk Subject: CF or Javascript Suggestion Hello all, I have a small project to do and I wanted to bounce an idea off of the community. The idea is this: I'm going to write some code that will allow a user to populate a dynamic menu drop down. Now, the code for the menu is already written. What I am doing is creating the tool for the user to: 1) Add an item to the menu Ex: Meaning if the main heading was say News, they could add under News item1, item2 etc 2) The user can edit the spelling and link of the item 3) The user can also change the order of the items. Ex: If this user wants item3 to go in the item1 slot they would change the order by clicking a button that would move the item in the list. What would be ideal, would be maybe a JavaScript menu where the user could control the order of the items and when they wanted to edit the items they would just click an edit button and edit the information they needed. When they are done, the menu order is saved to the database. If anyone has an example, suggestion or can point me in the right direction that would be great! Thanks all! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289682 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

