<iframe> target?

liunx

Guest
I am trying to open another page from a link inside of an iframe, but each time the new page opens inside of the iframe. Here is my code:<br />
<br />
<iframe width=306 height=45 src=http://www.webdeveloper.com/forum/archive/index.php/"search.cfm" target="_parent" frameborder=0></iframe><br />
<br />
Can you see where I'm going wrong?<!--content-->Hmm, that should work. I've included an example of how this should be done. Try modifying to what you've done and see if it works then. It may be that something else in your source is messing it up.<!--content-->Thanks, that did help. I was coding target="_parent" inside the iframe tag instead of targeting the link.<br />
<br />
Thanks alot<!--content-->Sorry I didn't spot that target in the iframe tag. I guess I wasn't thinking straight when I wrote that post.<!--content-->
 
Back
Top