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)
Html redirect thingy
- CommonStray
- Forum Assassin
- Posts: 1215
- Joined: 20 Aug 2005, 16:00
- 19
you can do that with javascript
this is just a redirect script, should be some resources on adding time intervals
Code: Select all
function redirect(URLStr) { location = URLStr; }
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.
<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...