Jump to content

Hiding the URL containing requests


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

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 ]

Link to comment
Share on other sites

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