Creating an HTML Escape From Frame Link
|
If your web site
gets trapped within someone's frames, you can create a link to help your
visitor escape. Place the following code within your HTML where you would
like the link to appear.
<A
HREF="http://www.yourdomain.com/" TARGET="_top">Escape From
Frame</A> |
You're actually
just creating a link to your own website with the TARGET set to
"Top."
At one time, there were many sites designed with frames. However, as more
and more people have realized that frames are not a good choice for designing
a web site, the number of sites designed in frames has dropped considerably.
For this reason, the chance of your site being trapped within someone's frames
is slim. However, you may still want to include this link at the bottom of
your site.
More Web Design
Tips |
|