Jump to content

Lookup on internet


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

Recommended Posts

I don't know if this is the right forum for this question, but I try. I have a customers directory where each customer have a customer ID.

This customer is also stored in another directory on internet with the same customer ID.

Now I would like to make a script so I click a button in FM 9 and the script takes me to the browser and right URL and insert the customer ID in the right field in the browser. (I use Mac but would like this script not to be depended on platform or browser)

Is there any tutorial or help to get?

Link to comment
Share on other sites

  • 2 weeks later...

To go to the URL, use the Open URL script step. You can construct the URL with a calculation, such as:

"http://www.url.com/" & customer::ID

Sending the user to a field on the resulting web page is another matter. If you control the web page I think you could use a Javascript to do that.

However, if you show the page in a FileMaker web viewer you could possibly use a plugin such as MBS.

Link to comment
Share on other sites

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