Jump to content

open browser window puzzle


bladechob

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.