Jump to content

Unbind action on an XSLT web page


This topic is 4829 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

All I want to do in life is unbind the enter key in my find page. I created web pages using the Filemaker XSLT Site Assistant. The database is a simple "Approved Volunteer List". Our employees search names on that list before they let strangers into our schools, but they keep typing the name and pressing "enter" which gives them an error. I want them to have to click on the "Find Record" link. By now you have come to the conclusion that I am lower than just a novice or begginner. Please help.

  • 2 weeks later...
Posted

Hi JudyJack. the behavior is not a result of using FileMaker or the XSLT site assistant. It's browser standard! If you have an input type="submit", the default is to submit the form with return/enter. You can try to find the FORM tags and specifically the input type=submit. Comment out the input type="submit" and see if the form is processed with the enter/return. If NOT, then you can use javascript to submit() when clicking your own graphic/div area.

This topic is 4829 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.