Skip to content

Instantly share code, notes, and snippets.

@vangberg
Created June 4, 2009 12:40
Show Gist options
  • Save vangberg/123596 to your computer and use it in GitHub Desktop.
Save vangberg/123596 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript">
window.onload = function() { alert("window.onload") }
</script>
</head>
<body>
Testside.
<script type="text/javascript">
alert("end of <body>");
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment