/    Sign up×
Community /Pin to ProfileBookmark

Change image in frames

Hi,
I have a webpage that has 2 frames. The target for links in window1 is window2. Right now i change an image in window1 when links from window1 are clicked (using the onclick event).

The problem i am having is that the image doesnt change when the “back” or “forward” browser buttons are pushed. Is it possible to change this image based on the browser “back” and “forward” button clicks?

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@gil_davisFeb 06.2003 — You cannot sense the back or forward button. Clicking either one fires onunload for one of the frames, and you cannot tell the difference between back, forward, exit and manually typing a URL.

You would have to tie the logic for changing the image to the specific page that is in the other window and use the onload event of that window to make the change rather than the onclick of the link.
Copy linkTweet thisAlerts:
@dave4dlauthorFeb 06.2003 — Thanks, it is good to know that it is not possible so i dont keep searching for a way.
×

Success!

Help @dave4dl 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.21,
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,
)...