Log in

View Full Version : Hyperlink code to break frames



techsol
10-26-2007, 11:54 PM
What do I add to the hyperlink code, i.e. <a href="http://www.website.com/help.asp">, to allow this page to display outside of the frame that it currently resides in? The hyperlink is activated by clicking on an image and not by clicking on text.

..Thanks:)

jscheuer1
10-27-2007, 05:06 AM
<a href="http://www.website.com/help.asp" target="_top">

techsol
10-27-2007, 08:23 PM
Thanks...