Closed
Bug 50713
Opened 25 years ago
Closed 25 years ago
No onLoad event for images?
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: aaronh, Assigned: jst)
Details
Test case source:
<html>
<head>
<title>Test Case - image onLoad</title>
</head>
<body bgcolor="#FFFFFF">
<img src="http://technocheese.2y.net/src/images/mid2.gif" onLoad="alert('Load
Event triggered.');">
</body>
</html>
There doesn't seem to be an onLoad event for images... jsut wondering if it will
be supported or if this is an oversight? I've checked the DOM documentation and
events don't really seem to be mentioned there... ditto here... should there be
an image onLoad in Mozilla? Both current browsers (Netscape 4.x and IE) support it.
Comment 1•25 years ago
|
||
Reassigning to DOM Level 0 -
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
*** This bug has been marked as a duplicate of 22710 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•