jjmusicpro Posted August 1, 2007 Share Posted August 1, 2007 I was trying to target an iframe on my main page called "gallery_images". However, for some reason, when i try to click on my hyperlink, it just opens in a new page. <a href="index.php?groupid=<?php $groupid_sent = $_GET['groupid']; echo $groupid_sent ?>" target="gallery_images"><img src="nav_home.gif" alt="1" width="190" height="22" border="0"></a> Link to comment https://forums.phpfreaks.com/topic/62895-cant-target-an-i-frame/ Share on other sites More sharing options...
jbrill Posted August 1, 2007 Share Posted August 1, 2007 did u name and id your frame? Link to comment https://forums.phpfreaks.com/topic/62895-cant-target-an-i-frame/#findComment-313101 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.