Hi all,
I implemented a Windows control which provides an event.
The control has a method which starts a timer.
I have inserted the control into an ASPX page within HTML OBJECT element.
From within java script I call the method but the call back method of the
timer is never invoked.
Why?You don't need a windows control for a timer.
You can implement a timer with javascript.
Here's an example for you:
http://www.crowes.f9.co.uk/Javascript/timer.htm
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Mircea Pleteriu" <mpleteriu@.asp-gmbh.de> wrote in message
news:%23xeSC1IKEHA.3944@.tk2msftngp13.phx.gbl...
> Hi all,
> I implemented a Windows control which provides an event.
> The control has a method which starts a timer.
> I have inserted the control into an ASPX page within HTML OBJECT element.
> From within java script I call the method but the call back method of the
> timer is never invoked.
> Why?
>
0 comments:
Post a Comment