Closed
Bug 276399
Opened 20 years ago
Closed 20 years ago
Hyperlink not working
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mrnoisy, Assigned: bugzilla)
References
()
Details
"Search" hyperlink at bottom of page doesn't work in Firefox but works OK in IE6
Comment 1•20 years ago
|
||
If you follow the code to this link: http://www.eurocamp.co.uk/scripts/all/buttonlink.js the setButton() code is assigning the onclick event to the td element, which may not be permitted. Additionally, inside of the td is an anchor element with no href, so that even if the td onclick is valid, it could be cancelled by an anchor without a destination. (Though bubbling should allow the td to receive the event. It's too late to think about this.)
Comment 2•20 years ago
|
||
WFM on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050524 Firefox/1.0+
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•