onKeyDown or onKeyPress are javascript event handlers.

Teddy

On 9/27/06, Teddy Payne <[EMAIL PROTECTED]> wrote:
>
> For the backspace issue, you can detect for the onKeyDown or onKeyPress I
> believe in javascript for the backsapce key and intercept it.
>
> For the form submit, you submit the form back to itself and have a
> cgi.request_method detect for a form submission or in a seperate action
> page you can store the form information in a shared variable type and sent
> the action page back to the form and fill in the fields from the shared
> variables.
>
> Teddy
>
> On 9/27/06, Rusty Owens <[EMAIL PROTECTED]> wrote:
> >
> > 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:254478
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to