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> Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.