Closed
Bug 700048
Opened 13 years ago
Closed 13 years ago
Javascript bug...
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: coelho202020, Unassigned)
Details
Attachments
(1 file)
2.55 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Actual results:
see index.php. There's only 3 lines of javascript code and there is no javascript error but he reports it at it.
Expected results:
no error
Which error is reported?
(Actually, this is a question for a web developer forum rather than a Bugzilla bug report)
Reporter | ||
Comment 2•13 years ago
|
||
[04:58:08.313] auth is not defined @ http://127.0.0.1/:1
The line...
location.href=\"./PHP_scripts/login.php?username=\"+username+\"&\"+password=\"+password;
Why do you have to escape the double quote at the beginning? It does not look like a complete string for me...
Closing as incomplete.
If there is a ongoing problem please reopen and provide clear steps to reproduce.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•