rrb011270 Posted June 1, 2003 Posted June 1, 2003 Mabuhay! I have an Filemaker DB which I publish to our office intranet using CDML. On my, <Form> Tag I have a textfield that will receive the criteria for searching the DB. My question is: how can I initiate a search by just pressing the <Enter> key of my keyboard after placing text as my search criteria. Although, I have succesfully implemented a form validattion b4 submitting. TY ritchie
Anatoli Posted June 1, 2003 Posted June 1, 2003 Make hidden field with the same request like submit button like -find or -edit. HTH
rrb011270 Posted June 1, 2003 Author Posted June 1, 2003 Mabuhay! You mean I have to make another <Input> tag.... e.g. <INPUT TYPE="hidden" NAME="-find" VALUE="Start Search"> <INPUT TYPE="submit" NAME="submit" VALUE="Start Search"> Did I got it right? regarding what u said in previous post. ---------------- Ritchie
Anatoli Posted June 1, 2003 Posted June 1, 2003 Mabuhay! You mean I have to make another <Input> tag.... e.g. <INPUT TYPE="hidden" NAME="-find" VALUE="Start Search"> <INPUT TYPE="submit" NAME="submit" VALUE="Start Search"> Did I got it right? regarding what u said in previous post. ---------------- Ritchie I believe it is: <INPUT TYPE="hidden" NAME="-find"> <INPUT TYPE="submit" NAME="-find" VALUE="Start Search"> I don't have CDML reference db with me. HTH
rrb011270 Posted June 1, 2003 Author Posted June 1, 2003 I believe it is: <INPUT TYPE="hidden" NAME="-find"> <INPUT TYPE="submit" NAME="-find" VALUE="Start Search"> I don't have CDML reference db with me. HTH thanx... its now working... I can modify our intranet dtabase using this html tag.. ------------- ritchie
Recommended Posts
This topic is 7837 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