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

Search:

Type: Posts; User: sitewhisper

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    3,689

    JavaScript Re: XML and Cookies

    Agree with but you can set the timeout of the cookie. This is temporary solution yet.
  2. Replies
    1
    Views
    14,703

    Re: Ajax Dynamic Content Not Working

    Are you sure the requesting URL by ajax is in the same domain name?

    Ajax can't cross-domain by defult.
  3. Replies
    1
    Views
    390

    Re: help me find the error?

    print_array(input[MAX_INPUT]);


    just use:

    print_array(input);
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured