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? Quote Link to comment 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. Quote Link to comment 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... Quote Link to comment 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 Quote Link to comment 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! Quote Link to comment Share on other sites More sharing options...
Mchl Posted December 1, 2008 Share Posted December 1, 2008 Why not just use window.open()? Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted December 1, 2008 Share Posted December 1, 2008 Check your pop-up blocker. Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.