/    Sign up×
Community /Pin to ProfileBookmark

Scriptaculous Effect Fade, then redirect

Hi guys,

I’m pretty new to this ajax lark and i’ve been looking to implement a little on my page.

The Basic idea of what i’m trying to do is display an initial page which contains a set of images.
These images are surrounded by <div> tags which contain an effect from the scriptaculous library

[code]
<div id=”centered” onclick=”new Effect.Fade(this, {duration: 1})” style=”cursor:pointer;”>
[/code]

What i’m looking for now is to add an extra part to this, once the <div> has faded to redirect to a new page.

Any ideas on this?

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@johno12345authorApr 26.2007 — Managed to sort it

first of all i put in a delay+redirect script
<i>
</i>function setRedirect() {
setTimeout("parent.window.location='index2.php'",1500);
return true;
}

the 1500 being the time of delay before redirect

then added it into the onclick event
<i>
</i>onclick="new Effect.Fade(this, {Duration: 5}); setRedirect()"


Just thought i'd share...
×

Success!

Help @johno12345 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.18,
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,
)...