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)

x86
Windows 98

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.
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
verified invalid
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
Blocks: 1093320
You need to log in before you can comment on or make changes to this bug.