Hi everyone,
I'm working in VB Script and have come across a problem. I am displaying the time & date. I want to use some kind of timer function to refresh the time every second, but can't seem to find one. Does anyone know of one??
Printable View
Hi everyone,
I'm working in VB Script and have come across a problem. I am displaying the time & date. I want to use some kind of timer function to refresh the time every second, but can't seem to find one. Does anyone know of one??
a few possible ways...
create a frame and set the meta refresh to 1 (this will really annoying to the user)
create a page using dhtml and have it change the dhtml object every second or every 1000 ticks
create an activex object that plugs into the page.
create a java applet that plugs into the page.
(i am out of ideas, i hope this will keep u going for a while.)