CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Feb 2003
    Posts
    1

    Unhappy I'm Crazy Lost. Plllleeeessseeeee help.

    I have an .asp file that isn't working correctly and I can't figure out why. I've believe I narrowed it down to a javascript error, and I was hoping someone can lend a hand.

    Here's what's going on:
    The page in question is a login page. When I login, I recieve the following error: "Error during login: A string literal was expected, but no opening quote character was found."

    This error occurs on submit regardless of whether any information is submitted. (eg: user name, password)

    In the attached file login.txt (renamed from login.asp) on line 108 it has the code: "alert("Error during login: " + xmlResponse.parseError.reason)" which I believe is where the problem culminates.

    I have no idea what's going on as I'm new to javascript. If someone could PLEASE lend some advice as to what's going on I would be more than appreciative.

    -AZ
    Attached Files Attached Files

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