Closed Bug 4069 Opened 26 years ago Closed 26 years ago

onLoad event does not work.

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P2)

x86
Windows 95
defect

Tracking

()

CLOSED DUPLICATE of bug 4110

People

(Reporter: desale, Assigned: joki)

Details

onLoad event does not work. Providing information to simulate the problem. Product: Seamonkey.[apprunner] Build Date: 03/17/99 Platform: PC [Windows-95] Steps to Reproduce: 1] Please copy the code I'm providing. Save as HTML file. 2] Open this HTML file in apprunner. 3] After loading the page, result text box should print event Load() Code: <html> <head> <title>Test Page</title> </head> <SCRIPT LANGUAGE="JavaScript1.1"> function report(text) { var value=document.workform.result.value; var msg= value+ " " +text; document.workform.result.value=msg; } </SCRIPT> <body onload="report('Load()');"> <FORM NAME="workform" > <h4>This simple test whether onLoad event works or not.</h4><br><br> Result Text Box:<INPUT TYPE=text name="result" ><br><br> <h5>conclusion: Since after loading page result text box does not show any <br> sign that means onLoad event does not work. </h5> </form> </body> </html> Expected Results: After loading the page, result text box should print event Load(. Actual Results: Result text box does not show anything.
Priority: P3 → P2
Target Milestone: M3
Target M3 per request.
QA Contact: 3847 → 4616
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 4110 ***
Status: RESOLVED → CLOSED
Yes This bug seems similar to bug#4110
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.