Skip to content

Instantly share code, notes, and snippets.

@jashmenn
Created January 21, 2009 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jashmenn/49808 to your computer and use it in GitHub Desktop.
Save jashmenn/49808 to your computer and use it in GitHub Desktop.
<html>
<head>
<!-- help for hekaldama -->
<script type="text/javascript">
function do_it() {
var error_list = document.getElementById("footer");
error_list.appendChild("<li>good job you can do it!</li>");
}
</script>
</head>
<body onload="do_it();">
<div id="footer">Hi there</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment