Home  >  Article  >  Web Front-end  >  Example of automatically calling js function after page loading_javascript skills

Example of automatically calling js function after page loading_javascript skills

WBOY
WBOYOriginal
2016-05-16 17:21:47839browse
Copy code The code is as follows:


window.onload =function(){
alert("The page is loaded and the js function is automatically called.");
}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn