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

</head>

<body onload="alert('Running onload')">
<h1>Just look at the log</h1>
</body>
</html>