rivet Posted July 4, 2003 Posted July 4, 2003 I have two files: Accounts and contacts. I would like to have one search form to keep things clean. Has anyone seen a solution where a popup of 'company or last name' would direct the search string to the proper field to query and the proper format file?
Anatoli Posted July 4, 2003 Posted July 4, 2003 You can use JS "on change" to send the form to FM and go to next page.
Garry Claridge Posted July 5, 2003 Posted July 5, 2003 Try this: <form action="FMPro" method="POST"> . . Enter Search Type: <select name="-format"> <option value="company.html">Company</option> <option value="name.html">Last Name</option> </select> . . </form> I haven't tried this, however it should work. All the best. Garry
Recommended Posts
This topic is 7882 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