Is there a way to smooth out the refresh process so as where you'll have a page refreshing every 3-5 seconds, that annoying IE "click" noise comes into play for example.
Is there a way to maybe implement javascript so that the refresh appears to be more natural?
Smooth meta-refresh?
Collapse
X
-
Smooth meta-refresh?
Tags: None -
-
martinsc,
Looking into it now.
I know jack all about AJAX, so we'll see what comes of it. Thanks a lot.
Comment
-
here are some beginners guides
http://www.hunlock.com/blogs/AJAX_for_n00bs
http://youneed2see.com/web/102/10_Aj...inners_(1_of_3)Comment
-
Thanks
Comment
-
Use Javascript and a timer. Pretty easy to do.. window.setTimeout is most likely what you want to use.Comment


Comment