May 10, 2003 #1 Masali Programmer Joined Jun 19, 2002 Messages 143 Location SE Hello! If I want a link in an iframe (B) that is located in a HTML-document (A), to open in the HTML-document (A), how do I do this?
Hello! If I want a link in an iframe (B) that is located in a HTML-document (A), to open in the HTML-document (A), how do I do this?
May 10, 2003 #2 deecee Technical User Joined Aug 25, 2001 Messages 1,678 Location US tyr <a href="link" target="_top">click</a> [Hammer] Nike Failed Slogans -- "Just Don't Do It!" Upvote 0 Downvote
tyr <a href="link" target="_top">click</a> [Hammer] Nike Failed Slogans -- "Just Don't Do It!"
May 11, 2003 Thread starter #3 Masali Programmer Joined Jun 19, 2002 Messages 143 Location SE thanks, why didn´t I think of that? duh! Upvote 0 Downvote