Skip to content

Instantly share code, notes, and snippets.

@ccarpenterg
Created September 2, 2009 20:57
Show Gist options
  • Save ccarpenterg/179952 to your computer and use it in GitHub Desktop.
Save ccarpenterg/179952 to your computer and use it in GitHub Desktop.
function inicio() {
alert(document.title);
}
window.onload = inicio;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment