|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Auto Refresh without Blinking |
From: |
Rosti |
Date: |
5/17/2001 6:23:19 AM |
IP: |
139.130.242.222 |
I believe that document.recalc() should do the trick. This actually solves the problem I posted just prior to your posting (Can ASP di it?) where I want to refresh the screen with a timer (seconds ticking away) after a START button is pressed and stop it when a STOP button is pressed. Sample code found elsewhere gives the answer in;
function timer() {seconds++; document.recalc();}
Hope this helps..
Rosti.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|