September 15, 200322 yr 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>
September 15, 200322 yr 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
September 16, 200322 yr Author 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
September 16, 200322 yr "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
September 16, 200322 yr Author 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
Create an account or sign in to comment