Forum Moderators: open

Message Too Old, No Replies

Default target=" top"

         

webfoo

2:29 pm on May 20, 2009 (gmt 0)

10+ Year Member



By default, browsers normally open links in the same window/frame. To make them open on top of all the frames, we say target="_top".

Is there a way to make all links open on top of all the frames by default, short of just putting target="_top" in every single link?

kaled

10:13 pm on May 20, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<head>
...
<base target="_top">
...
</head>

I can't remember if validation requires an href attribute or not.

Kaled.