Connecting Tech Pros Worldwide Forums | Help | Site Map

Timer and IE

Cezary
Guest
 
Posts: n/a
#1: Jul 23 '05
Hello,

here http://www.intertek.com.pl/test/test5.html is code of timer. I have
some problem in IE, because after every 1 second the cursor have status busy
on moment. Is there a way to fix it ?

Any suggestions appreciated.

Greets,
Cezary



Michael Winter
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Timer and IE


On Wed, 5 May 2004 09:57:34 +0200, Cezary <cezaryk@imail.net.pl> wrote:
[color=blue]
> here http://www.intertek.com.pl/test/test5.html is code of timer. I have
> some problem in IE, because after every 1 second the cursor have status
> busy on moment. Is there a way to fix it ?[/color]

There are two possible causes:

1) Because you specify that the page should not be cached, the browser has
to reload the images constantly. Preventing the caching of data must be
managed carefully, and most of the time you shouldn't do it.
2) Your implementation involves a lot of string operations and these are
usually quite slow.

I've produced my own implementation that doesn't display any artifacts on
my machine. I've commented parts of the HTML showing what I removed (the
page is Strict HTML with no tables). I also allowed the clock to operate
in 12- and 24-hour modes (24 is the default).

<URL:http://www.mlwinter.pwp.blueyonder.co.uk/clj/cezary/clock.html>

Hope that helps,
Mike

--
Michael Winter
M.Winter@blueyonder.co.invalid (replace ".invalid" with ".uk" to reply)
Closed Thread