Closed
Bug 29961
Opened 26 years ago
Closed 26 years ago
clicking on the Log In Link doesn't work
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: zodiak, Assigned: cbegle)
References
()
Details
Running M14 on Win98, go to www.suretrade.com, anc click on the green Log In
link in the upper left corner. The browser doesn't do anything - it should go
to the Login Page.
Comment 1•26 years ago
|
||
The specified login link calls a HTTPS address via JavaScript. That's why
nothing is happening (yet). HTTPS connections will be implemented soon...
Marking bug RESOLVED/INVALID.
Specified link calls:
javascript:parent.addDomainLOGIN('https://','/cgi-bin/login?Action=Login')
whereby the function addDomainLOGIN is defined by:
function addDomainLOGIN(myProtocol,myURL)
{ var domain;
domain = self.location.hostname;
parent.location = myProtocol + domain + myURL; }
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
No longer blocks: 1093320
You need to log in
before you can comment on or make changes to this bug.
Description
•