Tony Posted July 2, 2001 Posted July 2, 2001 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.
Garry Claridge Posted July 2, 2001 Posted July 2, 2001 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
scratchmalogicalwax Posted July 2, 2001 Posted July 2, 2001 The only way is to either use forms as said above, use frames (which you don't want to) or have the "active" pages open in a popup window with no address bar.
Tony Posted July 3, 2001 Author Posted July 3, 2001 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 ]
Anatoli Posted July 3, 2001 Posted July 3, 2001 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now