When making a timer in VBscript, I encountered a problem. How to continuously call a VB function on the page...
For example, countdown, how to make the seconds move without refreshing...
Think about it For a long time, I checked many places and they are all done in JavaScript...
Finally I found one, which is not mentioned in the VBscript help. The SetTimeOut property... I’m so confused..
The countdown is as follows.