Closed Bug 67880 Opened 24 years ago Closed 24 years ago

"login" botton doesn't function

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 45099

People

(Reporter: bob.broughton, Assigned: security-bugs)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.7) Gecko/20010109 BuildID: 2001010901 Enter anything in the "connect ID" and "password" fields. Click "login". Nothing happens Reproducible: Always Steps to Reproduce: see "description". Actual Results: Absolutely nothing. Expected Results: Should generate "invalid connect ID" or "invalid password". If a correct connect ID and password are entered, it should go to the next screen.
Cant reproduce on windows 98 build 2001-02-06-08-Mtest...
I see this on linux build 2001-02-06. I get a JS exception with "access to property denied". Probably a JS engine or DOM0 bug...
The site may bee checking the browser ID.
Marking NEW and moving to Javascript as per Bz's comments.
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Form Submission → Javascript Engine
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Assignee: rods → pollmann
reassigning
Error uncaught exception:[Exception..."Access to property denied" code: "1010" nsresult: "0x805303f2(NS_ERROR_DOM_PROP_ACCESS_DENIED)" location: "https://tdaccess33.tdbank.ca/login2.asp Line: 33"] is the actual error message when you click the Login button. There must be some problem with the execution of Javascript in this page. Also, you get the following error in change password page by clicking submit. Error uncaught exception:[Exception..."Access to property denied" code: "1010" nsresult: "0x805303f2(NS_ERROR_DOM_PROP_ACCESS_DENIED)" location: "https://tdaccess4m.tdbank.ca/logon.asp Line: 33"]
Using mozilla (any version) for Linux, I see the same bug. *However*, Netscape 6.01 for Linux is *not* affected by this bug. I.e. netscape 6.01 works as expected. Hopefully, this is a useful clue as to what the source of the problem is.
code for the login button : <input type="button" name="User_Submit" value="Login" onClick="confirmLogin(self.document.Logon);return(false);"> I'm pretty sure "self.document.Logon" is causing that. When the DOM tries to access documents it can't find it returns that error, IIRC. Reassigning to DOM Level 0 (eek, I still can't find my way in the new DOM components!).
Component: Javascript Engine → DOM Level 0
and reassigning, argh
Assignee: pollmann → jst
QA Contact: vladimire → desale
Reassigning to the security people, Mithcell, could you have a look at this?
Assignee: jst → mstoltz
Seen this one before. One of the very few sites I've seen (the other was the Belgian Yellow Pages) that does cross-origin function calls between hosts in completely different domains. Bad behavior on their part. *** This bug has been marked as a duplicate of 45099 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
VERIFIED dup
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.