bladechob Posted December 1, 2008 Share Posted December 1, 2008 Bashing my head against a metal spiked wall with this: <a href="#" class="style4" onclick="MM_openBrWindow('testimonials/index.html','','scrollbars=yes,width=800,height=600')" strong>here</a></span></strong> Cannot get the page to open or even the 'hovery' hand to appear yet the code is identical (with the exception of the link) as other pages it appears and works fine. Can someone pleeeeeeease point out what could be stopping/blocking this simple thing to open? Link to comment https://forums.phpfreaks.com/topic/134966-open-browser-window-puzzle/ Share on other sites More sharing options...
Mchl Posted December 1, 2008 Share Posted December 1, 2008 MM_openBrWindow is not standard JS function. If you're using some library, make sure it is included. Link to comment https://forums.phpfreaks.com/topic/134966-open-browser-window-puzzle/#findComment-702907 Share on other sites More sharing options...
bladechob Posted December 1, 2008 Author Share Posted December 1, 2008 thanks but the library is loaded and as I say it works ok on other pages... Link to comment https://forums.phpfreaks.com/topic/134966-open-browser-window-puzzle/#findComment-702909 Share on other sites More sharing options...
Mchl Posted December 1, 2008 Share Posted December 1, 2008 Your html is all wrong: <a href="#" class="style4" onclick="MM_openBrWindow('testimonials/index.html','','scrollbars=yes,width=800,height=600')" strong>here</a></span></strong> should be  <span><strong><a href="#" class="style4" onclick="MM_openBrWindow('testimonials/index.html','','scrollbars=yes,width=800,height=600')">here</a></strong></span> I believe Link to comment https://forums.phpfreaks.com/topic/134966-open-browser-window-puzzle/#findComment-702919 Share on other sites More sharing options...
bladechob Posted December 1, 2008 Author Share Posted December 1, 2008 Thanks again but no joy - still not happening! Link to comment https://forums.phpfreaks.com/topic/134966-open-browser-window-puzzle/#findComment-702927 Share on other sites More sharing options...
Mchl Posted December 1, 2008 Share Posted December 1, 2008 Why not just use window.open()? Link to comment https://forums.phpfreaks.com/topic/134966-open-browser-window-puzzle/#findComment-702934 Share on other sites More sharing options...
The Little Guy Posted December 1, 2008 Share Posted December 1, 2008 Check your pop-up blocker. Link to comment https://forums.phpfreaks.com/topic/134966-open-browser-window-puzzle/#findComment-703034 Share on other sites More sharing options...
bladechob Posted December 1, 2008 Author Share Posted December 1, 2008 done that it's off - anyway the open browser window code works in all the other web pages bar this particular one - all the page headers are the same so I just can't figure out why it's not happening... Link to comment https://forums.phpfreaks.com/topic/134966-open-browser-window-puzzle/#findComment-703037 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.