netsurf/test/js/event-onloadfrombody.html

12 lines
215 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>
<noscript><p>Javascript is disabled</p></noscript>
2015-11-22 19:53:22 +03:00
</body>
</html>