i234i Posted April 2, 2007 Posted April 2, 2007 my code is : <tr><td height="3" colspan="3"></td></tr> <tr><td><a href="<?=tep_href_link('shipping.php')?>"><?=tep_image(DIR_WS_IMAGES.'mmm.gif')?></a></td></tr> I want it when the image is clicked the shipping.php is opened in a new window?
i234i Posted April 2, 2007 Author Posted April 2, 2007 also what do i add to it to stop it adding mydomain before the website. if i put in. <tr><td height="3" colspan="3"></td></tr> <tr><td><a href="<?=tep_href_link('https://myspace/mylink')?>"><?=tep_image(DIR_WS_IMAGES.'mmm.gif')?></a></td></tr> when i view the website and click the image the link goes to : myspace.com.comhttps://myspace.com/mymylink how do i get round this and make it pop up?
usernamenone Posted April 3, 2007 Posted April 3, 2007 What do you mean by pop up, <tr><td height="3" colspan="3"></td></tr> <tr><td><<a href="www.google.com"target="_blank">yourimage</a></td></tr> should get you to the other site without leaving your site.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.