netsurf/test/js/event-onloadfrombody.html

11 lines
164 B
HTML
Raw Normal View History

2015-11-22 19:53:22 +03:00
<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>