SyntaxFix
Write A Post
Hire A Developer
Questions
As soon as the page load the function will be ran:
(*your function goes here*)();
Alternatively:
document.onload = functionName(); window.onload = functionName();