Peter Knowles Posted September 11, 2002 Posted September 11, 2002 In the past I've managed to create a "hard link" to an FMP search, using something like this: <A HREF="FMPro?-DB=db.fp3&-Format=results.htm&fieldname=true-FIND"> to call a specific Database Search (for fieldname=true) but I've always had to do it from an html page within the same folder as the database. Is is possible to call the same type of specific search using FileMaker from a page hosted elsewhere, by appending the IP address of the FileMaker server to the tag, such as: <A HREF=http://123.456.789.0/"FMPro?-DB=db.fp3&-Format=results.htm&fieldname=true-FIND"> Or is that asking too much of the program? Love to hear any ideas. Thanks in advance. Peter Knowles
The Bridge Posted September 11, 2002 Posted September 11, 2002 Yes, your link will work; just move the first quotation mark to just before the http instead of the FMPro.
ibiubu Posted September 12, 2002 Posted September 12, 2002 You can also include access priv. information in so desired, and if the circumstances warrant. <A HREF="http://username:[email protected]/FMPro?-DB=db.fp3&-Format=results.htm&fieldname=true-FIND"> LR
Anatoli Posted September 12, 2002 Posted September 12, 2002 It should be "true&-FIND" There was missing "&" at the end
Garry Claridge Posted September 12, 2002 Posted September 12, 2002 RE: I've always had to do it from an html page within the same folder as the database Does this mean that the Database is located in the 'Web' folder? If so, this is not recommended for security reasons. All the best. Garry
Recommended Posts
This topic is 8453 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