fmwebby Posted September 24, 2008 Posted September 24, 2008 I've created a search form with the FileMaker PHP API as part of an upgrade from a .fp5/CDML site. In the previous site you could click the Enter key on the keyboard and it would execute the search/submit the form if you had clicked outside of any of the search fields (some drop down lists, some normal fields). In the new PHP site the Enter key does not do this when you have clicked outside of the search fields. It does work if the cursor is inside a normal field but not when you click outside. Does anyone know how to get this functionality back so the site continues to function as before in regards to clicking the Enter key on the keyboard when you have clicked outside of any search fields? Thanks, Steve
jasonwood Posted October 10, 2008 Posted October 10, 2008 it's probably javascript. find a web site that will submit a form by hitting enter without being clicked into a form field, then examine the source to find out how they did it. or... ask this question on a javascript form. I don't see how this would have anything to do with the FileMaker API for php itself.
Recommended Posts
This topic is 6148 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now