Jump to content

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

Recommended Posts

Posted

If I use this sample code in any FMP page the url is substituded with the FMP url that built the page. Does anyone have a suggestion.

<a href="#" onclick="javascript:window.open('HTTP://www.google.ca', 'none', 'width=400,height=400');">TEST</a>

Posted

Is the URL replaced in this line within the browser? Or, is the document loaded into the new window the same as the original URL?

The browser works independently from FMP. Which browser are you using?

Good Luck.

Garry

p.s. I've just tested it in one of my pages and it works fine smile.gif

Posted

It is hard to explain, so I have attached a model rebuild of project, which works fine ($%@#!). Please take a look and I have also included my master html page maybe someone can see the glitch.

jsUrl.zip

Posted

"load.html" is calling "artists.html", which has a window.open URL similar to the one in "navi.html".

I can't see where "navi.html" is being called!

Change the window.open URL in artists.html to same as the one in "navi.html". Also change "&_snA=101" to "&sn=101".

Good Luck.

Garry

Posted

after all that I rebuilt my page from the inside out piece by piece and now it works. There must have been some funky code which didn't reveal itself on the rebuild. - oh well

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