Skip to content

Instantly share code, notes, and snippets.

@travis23
Last active September 9, 2020 15:30
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 travis23/f1281e7f150694582d64e61b12ef1038 to your computer and use it in GitHub Desktop.
Save travis23/f1281e7f150694582d64e61b12ef1038 to your computer and use it in GitHub Desktop.
[On Loading Page Run Javascript] #html #javascript #onload
<head><script>
function initialize()
/* Initialize the web page */
{
/* Do stuff */
}
</script></head>
<body onload="initialize()">
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment