> Does anyone know of a tag or simple app that simulates a "spreadsheet" > within a page. I am looking for only the simplest functionality that > will enable users to input/update simple text data into a cell.
Rick - I have used a jQuery plugin called "jEditable" to achieve something like this. Basically it allows you to click on a div or table cell, and it turns it into an input field. Then when you enter data and hit return, it executes a callback function (which can be an ajax call to update your db if you like) and changes the input field back into whatever it was before, and displays the value that was entered inserted into the cell or div. I suppose if you wanted to get real fancy, you could style your inputs so that it wasn't even noticeable to the end user that it had changed into an input field. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301925 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

