Created
January 21, 2009 01:56
-
-
Save jashmenn/49808 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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