OK, I am working on an application and I have two questions from the users. First they are used to doing all their work in an access database and they don't like using the mouse. They have two problems I told them I would look into. First, the first item in the form is a pulldown menu. They are used to be able to drill down by typing , since they can't do that, for some reason they hit the backspace key. This takes them back one page. Is there a way to disable that behavior. Second, since they don't like have the above select behavior, I gave them a text box to enter certain other criteria, on submit of the form I check to see if this data is valid. I can't use Javscript since I am checking to see if an item exists in the database. If it doesn't. I abort with an error and a link to go back. If they click the link or the back button on the browser, they lose all the information they submitted. Any ideas?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254468 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

