Jump to content

Why Don't My Links Open In New Window?


mboehler3

Recommended Posts

The images on this page have the target="_blank" attribute, but they do not open in a new window.http://www.surepayroll.com/product/payroll...ck-partners.aspI tried "target" and "Target", can't get this to work. All of these images/partners are separated in a table, here's code from 1 of the tables:

<table cellspacing="5" cellpadding="0" border="0" width="100%">		<tr>		 <td valign="top" width="200"><a href="http://www.novatime.com" target="_blank"><img src="/images/product/payroll/tci/NOVAtimeLogo.gif" width="200" align="left" border="0" /></a></td>		 <td  valign="top" width="500"><p>NOVAtime is a technology-driven company focused on Workforce Management / Time & Attendance systems offering best-of-breed solutions with proven integration into most HR/ERP/Payroll system. For more information on NOVAtime, please visit www.novatime.com.</p><br><a href="java script:unhide('2');">+ Contact NOVAtime Technology, Inc.</a></td>		</tr>		</table>		<div id="2" class="nodisplay">		<table cellspacing="5" cellpadding="0" border="0" width="100%">		 <tr>		 <td rowspan="2" width="200"></td>		<td valign="top" width="250">		<a href="http://www.novatime.com" target="_blank"><strong>NOVAtime Technology, Inc.</strong></a></br>		<a href="http://www.novatime.com" target="_blank">www.novatime.com</a><br />		<img src="/images/spsite/spacer_clear.gif" width="30" height="6" /> <br />		1255 Corporate Center Drive</br>		Monterey Park, CA 91754</br> </br>				</td><td valign="top" width="250">		<strong>Contact Information:</strong></br>		Email: <a href="mailto:sales@novatime.net">sales@novatime.net</a></br>		Phone: 1.323.980.1858</br>		Fax:1.323.980.1878</br>				</td>		</tr>   		</table>

I'd rather find the reason this doesn't work than try another option (using javascript). Thanks for any help!

Link to comment
Share on other sites

justsomeguy is right, i have "no script" on, which prevented that javascript from running, so it ran as it should.
Thank you both for your help, but I do have one page that actually opens a new window like it should:http://www.surepayroll.com/quote/instant_quote_results.aspAnd when I view the JS I see that guj.js is enabled on this page. How come it works here?
Link to comment
Share on other sites

It looks like it only uses its own handler if the link is local (however it determines that), or if it ends in a certain extension. I'm just using Firebug to set breakpoints in the CT_ProcClick function to see what it's doing, those lines start on 180.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...