Click to See Complete Forum and Search --> : Calling a javscript from a function in asp.net


y2kneni
January 28th, 2008, 12:31 PM
Hi everyone,
I am developing an asp.net webpage where i would like the user to play a game.
The game is moving a car for every time tick.
I got the timer function and made the movement in javascript.
Now my problem is that how to call the javascript function from my timer which i have in asp ajax.
Love to hear any advise.
Thanking you

Shuja Ali
January 28th, 2008, 01:33 PM
I would say that this should purely be done with Javascript and not with codebehind. You can checkout number of samples, if you search on google.