/    Sign up×
Community /Pin to ProfileBookmark

How do I change the contents of a page in another frame?

Hello there,

Is there a way to change the contents of a page in another frame?

I have a ‘header’ frame and a ‘content’ frame. Links/Tab are available in both the ‘header’ and the ‘content’, I wish to highlight the Tab in the ‘header’ which was selected/clicked in the content.

Is this possible?

Many thanks,
Rafferty

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@Mr_JAug 13.2004 — Give your TAB in the header an ID using either a DIV or a SPAN

<div id="mytab">TAB</div>

Then in the content page

<a href="#null" onclick="parent.headerframe.mytab.style.color='red'">Hightlight Tab</a>
Copy linkTweet thisAlerts:
@RaffertyauthorAug 16.2004 — [i]Originally posted by Mr J [/i]

[B]Give your TAB in the header an ID using either a DIV or a SPAN



<div id="mytab">TAB</div>



Then in the content page



<a href="#null" onclick="parent.headerframe.mytab.style.color='red'">Hightlight Tab</a> [/B]
[/QUOTE]


Wow! that worked great!

Thanks so much ?

-Rafferty
×

Success!

Help @Rafferty spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...