CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jasonli

Search: Search took 0.05 seconds.

  1. Replies
    7
    Views
    9,222

    Re: 'callback' is undefined

    Thank you. I forget to uncheck the option in IE.
  2. Replies
    7
    Views
    9,222

    Re: 'callback' is undefined

    Thanks, PeejAvery.

    I have another question, which is how I can debug javascript in Visual Studio 2005. I set breakpoint but IDE says that this breakpoint will not currently be hit.

    Anybody else...
  3. Replies
    7
    Views
    9,222

    Re: 'callback' is undefined

    Thank you for your reply.

    I put the reference under and got blank page. The code of ajaxframework.js is as below:


    function readXmlWithGet(urlToCall, functionToCallback)
    {
    var...
  4. Replies
    7
    Views
    9,222

    'callback' is undefined

    I set up a simple website using ajax framework. The code of html page is as below:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured