CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    9

    Calling a javscript from a function in asp.net

    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

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Calling a javscript from a function in asp.net

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured