All pastes #1889306 Raw Edit

Miscellany

public text v1 · immutable
#1889306 ·published 2010-06-25 17:09 UTC
rendered paste body
<html>
<head>
<title>boo</title>
<script type="text/ecmascript">function boo() { alert("boo");   window.setTimeout("boo()", 0); }</script>
</head>
<body onload="boo();">
<h1>boo</h1>
</body>
</html>