1
0
mirror of https://github.com/netsurf-browser/netsurf synced 2025-01-03 09:44:24 +03:00
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>