View Single Post
  #5 (permalink)  
Old 07-10-2009, 08:00 AM
Singapore Computer Service
Newsgroup Contributor
 
Posts: n/a
Re: Desktop Web Page Refresh

Hello,

Meta Refresh as the other poster mentions should be simple for you
http://en.wikipedia.org/wiki/Meta_refresh

JavaScript's method may be complicated for you but would only modify the
part of the page you want to update, that is, if the page can be updated
without calling the hosting server. If the server needs to be asked for
updated information, you can use AJAX techniques to get the latest data from
the server.
__
http://www.bootstrike.com/ComputerService/
Singapore Computer Home Remote On-Site Repair Service
http://www.bootstrike.com/VHSVideoConvert/
Video Conversion VHS Video8 Hi8 Digital8 MiniDv NTSC PAL
"JCG" <JCG@discussions.microsoft.com> wrote in message
news:A9388133-6872-4275-B5CB-021BF7253B39@microsoft.com...
> Thanks Sing...
>
> As a novice, I don't know the code for doing this. Any chance you can
> provide code or point me in the right direction...thanks in advance....j
>
>
> --
> Thanks in advance...j
>
>
> "Singapore Computer Service" wrote:
>
>> Hello,
>>
>> Why not use JavaScript's setInterval or setTimeout method in the page to
>> update the time automatically?
>>
>> __
>> http://www.bootstrike.com/ComputerService/
>> Singapore Computer Home Remote On-Site Repair Service
>> "JCG" <JCG@discussions.microsoft.com> wrote in message
>> news:C8B44F6A-0D5A-4155-ADAE-E5373BB4C25B@microsoft.com...
>> > Greetings:
>> >
>> > I added a webpage i devleoped to my desktop through the display
>> > properties>customize desktop>web. On my webpage i have a clock that
>> > will
>> > remain on the same time until i right click on the web area on the
>> > desktop
>> > and click refresh. Is there anyway that the webpage can be updated
>> > continuously to always show the accurate time?
>> > --
>> > Thanks in advance...j

>>
>>
>>



Reply With Quote

 
Old 07-10-2009, 08:00 AM