Html redirect thingy

All about creating websites!
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Html redirect thingy

Post by ayu »

Hello ^^

ok...so i have one page "index.html" wich has black background and one picture on it "gif" , it is a picture of a flame....it is animated and flames only once and doesnt loop.

i wonder if someone could help me fix so that when the flame has "flamed" once i want it to change page :/

(trying to make the hotline to hell from Jigoku Shoujo)

User avatar
CommonStray
Forum Assassin
Forum Assassin
Posts: 1215
Joined: 20 Aug 2005, 16:00
18

Post by CommonStray »

you can do that with javascript

Code: Select all

function redirect(URLStr) { location = URLStr; }
this is just a redirect script, should be some resources on adding time intervals

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

use a meta redirect.

<meta http-equiv="refresh" content="seconds here;url=www.blah.com">
for 'seconds here', just put in a number, like 15 or something.

And no, i didn't make a typo.
¯\_(ツ)_/¯ It works on my machine...

User avatar
FrankB
Ph. D. in Sucko'logics
Ph. D. in Sucko'logics
Posts: 315
Joined: 06 Mar 2006, 17:00
18
Location: Belgistahn
Contact:

Post by FrankB »

And, did it help ?

(quicly before my poast gets deleted by the L33t again), :barks: like a :lol:

User avatar
n3rd
Staff Member
Staff Member
Posts: 1474
Joined: 15 Nov 2005, 17:00
18
Location: my own perfect world in ma head :)
Contact:

Post by n3rd »

lal is it me or does the guy only wants to loop the gif picture?.

open it in flash re save the file and click loop -_-

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Yeah it helped :o

n3rd: Not really, the thing i wanted todo can be found at www.theneonet.com/jigoku/

Post Reply