Closed
Bug 124720
Opened 23 years ago
Closed 23 years ago
onClick="location.href='http://www.mozilla.org '" doesn't work
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
VERIFIED
DUPLICATE
of bug 124749
People
(Reporter: phil, Assigned: jst)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Mozilla/5.0 (Windows; U; WinNT4.0; ; rv:0.9.8+) Gecko/20020209
<input value="OK" type="button" onClick="location.href='http://www.mozilla.org'">
doesn't work - see testcase - works with netscape 6.2
Reporter | ||
Comment 1•23 years ago
|
||
works in netscape 6.2
Comment 2•23 years ago
|
||
Holy cow! what the hell is this. Confirmed marking P1 major, keywords
regression, mozilla1.0.
The load is triggered correctly, but the url passed in seems to be incorrect.
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Priority: -- → P1
Comment 3•23 years ago
|
||
stock 0.9.8, Linux -> works
Comment 4•23 years ago
|
||
worksforme with today's linux build. Fabian, is this windows-only?
Comment 5•23 years ago
|
||
no I was seeing this in my linux cvs build from today...
phil what results do you get exactly?
Reporter | ||
Comment 6•23 years ago
|
||
the result is a blank page
the frame-source (page-source) is:
<html><body></body></html>
Assignee | ||
Comment 7•23 years ago
|
||
*** This bug has been marked as a duplicate of 124749 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•