Peter Knowles Posted April 21, 2004 Posted April 21, 2004 Hope someone out there can help me with this problem. I know how to script a tag to perform a specific search on a FM Db I'm serving on the web, but don't know if it's possible to embed that script in a page that exists on a separate server, and, if possible, how to do it. My working tag looks something like: <A HREF="FMPro?-DB=sample.fp3&-Format=search.htm&day=15&-Max=10&-Find"> and I'm thinking that, if it's possible, I need to add the IP address of the server running the DB somewhere in there, but don't know how. Also, you'll notice the file has a .fp3 ending because I'm still running 4.0, but have a copy of 6.0 to upgrade to if necessary. Thanks for any hints, helps, or other ideas. Platform: Windows 95/98
Garry Claridge Posted April 21, 2004 Posted April 21, 2004 Here is a URL you would use to redirect access from another server: <A HREF="http://123.456.789.123/FMPro?-DB=sample.fp3&-Format=search.htm&day=15&-Max=10&-Find"> All the best. Garry
Recommended Posts
This topic is 7861 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