Closed Bug 205579 Opened 21 years ago Closed 20 years ago

the page i want to read is not displayed

Categories

(SeaMonkey :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: imzhy, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3.1) Gecko/20030425
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3.1) Gecko/20030425

when i click on a link which displays "javascript:onlogin(N)" on status bar,the
browser don't display the page.the N in "javascript:onlogin(N)" is a number.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Not a blocker.
Severity: blocker → normal
This isn't a Mozilla bug.  The javascript attempts to refer to the form, 
named "login", outside of scope.  So the error is:

Error: login is not defined
Source File: http://chat.96333.com/
Line: 43

The line (43)
    login.target = strWindow ;
should be
    document.forms.login.target = strWindow ;

Looks like an evangelism issue?
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.