Answered
Submit form using enter key
Is it possible for a user to submit a cf flash form with one
text field using there enter key.
I have looked at the following js but does not seem to recognise the form object:
<cfformitem type="script">
function submit1() {
RightMenu.SearchTerm.focus();
return true;
}
</cfformitem>
This function is called from the forms onSubmit event.
cheers
M>tt
I have looked at the following js but does not seem to recognise the form object:
<cfformitem type="script">
function submit1() {
RightMenu.SearchTerm.focus();
return true;
}
</cfformitem>
This function is called from the forms onSubmit event.
cheers
M>tt
