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

Search:

Type: Posts; User: bagznboardz

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    8,538

    Re: Need help with SOAP with JavaScript

    So I was able to fix the code for the unterminated string constant error in a regular test html page. However, the html page is now getting a permission denied error on the oXmlHttp.open method.
    ...
  2. Replies
    4
    Views
    8,538

    Re: Need help with SOAP with JavaScript

    Even when I take the line returns out and combine the string into 2 lines or one variable I still get the same error.
  3. Replies
    4
    Views
    8,538

    Need help with SOAP with JavaScript

    I have a current function in javascript that is trying to use soap to get some values from a web service. However, I keep getting errors such as "Unterminated String Constant" and "Object Expected"
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured