Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

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

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 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.