Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
gerryj #1
Enter key causes submit action in form
I've created a form using Dreamweaver 4.0 and I see that pressing the Enter key
in any blank field in the form causes a "Submit" action. When there is no
Submit button anywhere in the form the enter key does nothing. This form feeds
to a cgi script on the server which sends an email to me with the user input
from the fields in the form.
Does anyone know how to disable the Enter key or relegate it's function to
moving between fields?
Thanks
Gerry
gerryj Guest
-
How do i programmatic-ally change the Mouse Up-triggered JavaScript Action of a Submit button in a form contained in hundreds of PDFs?
Hi Guys! How do i programmatically change the Mouse Up-triggered JavaScript Action of a Submit button in a form contained in hundreds of PDFs? In... -
cf flash form submit on enter key down?
Hey all, How can i make a flash form submit upon the user hitting the ENTER key? I would mostly like it to just be when either the last field is... -
disable enter button to submit form
I'm very new to ColdFusion - I'm building forms in Deamweaver, then using Cld fusion to pass he data to an Access Database. So far, so good. But... -
CF submit form action
hi. I have a site that uses a form for visitors to request information. when the SUBMIT button is clicked, the page returns to the home page... I... -
Q: Textbox press Enter submit form (ASCX version)
Hello all, It's known to how to make user press enter in an asp:textbox and the form is submited by adding an attribute to the textbox with an... -
Michael Fesser #2
Re: Enter key causes submit action in form
..oO(gerryj)
Pressing [enter] in any input field - blank or not - will usually cause>I've created a form using Dreamweaver 4.0 and I see that pressing the Enter key
>in any blank field in the form causes a "Submit" action.
the browser to submit the form.
Impossible. What's the problem actually? Incomplete submissions?> Does anyone know how to disable the Enter key or relegate it's function to
>moving between fields?
Micha
Michael Fesser Guest
-
gerryj #3
Re: Enter key causes submit action in form
Michael:
Not impossible. Try it yourself at
[url]www.mfsaircraft.com/charfterFormOperators.html[/url]
And, Yes the problem is incomplete form submission. In any form that I create
if there is a "Submit" button as defined by Dreamweaver; (ie. select form
button from the "Objects Panel", and select type of submit button) anywhere in
the form the "Enter Key" causes a submit action.
And pressing the Enter Key is done all to often.
I've scoured documentation and can't find any way to overcome the problem.
I'll appreciate any ideas.
gerryj Guest



Reply With Quote

