rivet Posted September 15, 2003 Posted September 15, 2003 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>
Garry Claridge Posted September 15, 2003 Posted September 15, 2003 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
rivet Posted September 16, 2003 Author Posted September 16, 2003 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
Garry Claridge Posted September 16, 2003 Posted September 16, 2003 "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
rivet Posted September 16, 2003 Author Posted September 16, 2003 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now