netsurf/test/js/event-onloadfrombody.html
2015-11-22 16:53:22 +00:00

11 lines
164 B
HTML

<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>