how can I add a header/frame that stays even when user clicks an outlink

i did a poopy

Newbie
Joined
Sep 4, 2009
Messages
32
Reaction score
7
how can I add a header type frame to the top of my weppage so that when a user clinks a link to leave my webpage this stays on the same page and the destination page is underneath.

I have seen this done and was wondering if it can be done in wordpress

here is a site the utilizes this feature


Code:
[URL="http://www.cappersaccess.com/"]www.cappersaccess.com[/URL][URL="http://www.cappersaccess.com"]
[/URL]
 
Last edited:
how can I add a header type frame to the top of my weppage so that when a user clinks a link to leave my webpage this stays on the same page and the destination page is underneath.

I have seen this done and was wondering if it can be done in wordpress

here is a site the utilizes this feature


Code:
[URL="http://www.cappersaccess.com/"]www.cappersaccess.com[/URL][URL="http://www.cappersaccess.com"]
[/URL]

you can use something called frameset to do that.
a link in your page can have a target

a href ... target ...

if target is set to the name of the frame where you want the link to load, only that frame will be affected.
 
thanks for some direction...I think there might be a way to do this w/o frames as well
 
Back
Top