Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I calculate a URL (complicated string concatenation) and use the 'Open URL' script step to display the resulting web page in a browser.

Is there a way to force a new browser window? In html, you would add target="blank" to an <a href="... sequence. Any way to do that in FileMaker?

Thanks,

Posted

Try using the Send Message script step instead. You will need to add the path to IE or the browser you are using to your calculated URL field.

It will need to look like:

 C:Progra~1Intern~1iexplore.exe  http://www.google.com 

In my testing, this opened a new window for each URL. Unfortunately, it will also open a new window for a URL that already has a window open.

Hope this helps,

Steve

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