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

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

Recommended Posts

Posted

Does anyone have any way of hiding the URL that contains the calls to the database through the web companion. I'm not interested in using frames - any other solutions would be great.

Posted

Use forms.

eg

<form action="FMP" method="post">

<input type="hidden" name="-db" value="myDB.fp5">

<input type="hidden" name="-layout" value="allfields">

<input type="hidden" name="-format" value="results.html">

<input type="text" name="fieldname">

<input type="submit" name="-find" value="Press Here">

</form>

Hope this helps.

Garry

Posted

I had a play and it all worked well - please excuse my lack of knowledge for the next question - how do I then hide the FMP request in a URL when the link is generated by a 'FMP-LinkRecID' option?

[ July 02, 2001: Message edited by: Tony ]

Posted

Yeah,

or you can try to do some InLines stuff.

As GoLive HTML guru I do HATE frames.

As FileMaker programmer I do LOVE frames! Frames are FileMaker best friends!

This topic is 8535 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.