Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

83 users online



Need Auto ReFresh!

Need Auto ReFresh!

Currently viewing this thread: 1 (0 members and 1 guests)


gsxrtims

gsxrtims

Neverside Newbie
Status: Offline!

Need Auto ReFresh!

I have a page with a Cheap Hosting Company. Sometimes when the page loads some pictures don't show up unless you hit refresh. Instead of messing around try'n to get it fixed, I figured I would just add a "Auto Refresh" script. Has anyone got one? Like after the page loads it waits a few seconds and then refreshes itself. I don't want something that links back to itself, I want a real refresh comand.
Thanks.

epyon

epyon

16, staying Asian.
Status: Offline!

google -> meta refresh

___________________

http://whatpulse.bounceme.net/sig/epyon.png

Motorspin

Motorspin

Neverside Newbie
Status: Offline!

use meta tags

___________________

Travis Farrell
http://motorspin.com/stuff/images/avasig/m_enterprisesig.gif

fredmv

fredmv

Status: Offline!

Yes, meta tags would be decent to use.

Reload current page in 5 seconds: (can be set to any interval)
<META HTTP-EQUIV = "Refresh" CONTENT = "5">

Redirect to certain page in 5 seconds:
<META HTTP-EQUIV = "Refresh" CONTENT = "5; URL=http://www.yahoo.com">

Or, you could use JavaScript:

<script language = "javascript" type = "text/javascript">

var url = "http://www.yahoo.com";
var int = 5;

window.setTimeout("location.href=url;", eval(int*1000));

</script>

___________________

http://home.comcast.net/~fredv4/tf/firefox.gif

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0162 seconds.