Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-30-2007, 08:39 PM   #1 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default Refresh page at a certain time?

I need a way to make a page refresh at a specific time of day, rather than just after a certain amount of time. I really have no idea how to go about this. It would be best if this was in HTML/JavaScript only. I suppose I could install PHP if it was really necessary, but I would rather not.

Thanks,
~Greg
__________________
Greg is offline  
Old 08-10-2007, 09:07 AM   #2 (permalink)
mssssee2's Avatar
 
Graphic Designer

Join Date: Apr 2007

Location: Thessaloniki, Greece

Posts: 507

mssssee2 is on a distinguished road

Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Default Re: Refresh page at a certain time?

It should work with this but not for sure :

Quote:

<script>
function current_time() {

time = new Date();
hours = time.getHours();
minutes = time.getMinutes();
seconds = time.getSeconds();

/*CHANGE THE TIME BY MODIFYING THE NUMBERS ON THE FOLOWING FUNCTION
*/
if (hours == "1") {

if (minutes == "1") {

if (seconds == "1") {

window.location.reload()

}
}
}
window.setTimeout("current_time()",900)
}

current_time()


</script>

__________________
Mike from Greece, 16

mssssee2 is offline  
Old 08-10-2007, 08:27 PM   #3 (permalink)
Greg's Avatar
 
Indeed.

Join Date: Dec 2004

Posts: 1,554

Greg is on a distinguished road

Default Re: Refresh page at a certain time?

Sorry, I forgot to reply that I found a solution. Thanks for your help, though.
__________________
Greg is offline  
Old 08-11-2007, 01:08 PM   #4 (permalink)
mssssee2's Avatar
 
Graphic Designer

Join Date: Apr 2007

Location: Thessaloniki, Greece

Posts: 507

mssssee2 is on a distinguished road

Send a message via MSN to mssssee2 Send a message via Yahoo to mssssee2
Default Re: Refresh page at a certain time?

My pleasure!
__________________
Mike from Greece, 16

mssssee2 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it getting time for me to upgrade? Mechtech3000 Building, Buying, or Upgrading High Performance PC Systems 24 08-04-2007 02:23 PM
Making a web page available offline Giles Browser & General Internet Questions 8 05-28-2007 04:00 AM
5 minute, 49 second boot up time, please help! otbpaintball Windows Operating Systems and Software 12 05-09-2007 09:11 PM
is anything wrong this time? nev HijackThis Logs (finished) 3 04-11-2007 08:51 PM
Unique World's First Shipping Time Based Comparison Shopping pdqdeals Windows Operating Systems and Software 1 04-09-2007 04:33 AM