summaryrefslogtreecommitdiff
path: root/test/js/event-onloadfrombody.html
blob: b4348f4a7f1bb00bc1658315b06084d8aa35b7d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>alert based onload (from body) example</title>

</head>

<body onload="alert('Running onload')">
<h1>Just look at the log</h1>
<noscript><p>Javascript is disabled</p></noscript>
</body>
</html>