Closed Bug 108512 Opened 23 years ago Closed 23 years ago

This javascript "link frame" doesn't work

Categories

(Core :: Layout, defect)

x86
Windows ME
defect
Not set
trivial

Tracking

()

RESOLVED INVALID

People

(Reporter: hakon_, Assigned: attinasi)

Details

Attachments

(1 file)

I downloaded this script, it's supposed to erase that frame surrounding a link that occurs when it's clicked. It works fine on IE6.0 but not on Mozilla 0.9.5. Is it a bug?
Attached file html Example
if (document.all) That will only test true in IE. Mozilla does not support document.all and has no plans to. If you comment out that if statement so the onmousedown event is set unconditionally, things should work.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: