Any ideas? I'm stumped...

admin

Administrator
Staff member
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
 
Back
Top