简体   繁体   English

使用 onload 事件全屏打开 html 页面

[英]open a html page in full screen with onload event

I need to open my html page full screen with onload event.我需要使用 onload 事件全屏打开我的 html 页面。 I tried with many codes available on the internet but they are not working.我尝试了互联网上提供的许多代码,但它们不起作用。 they works well with onclick event buy not with onload event.它们适用于 onclick 事件购买而不是 onload 事件。 please help me someone with working code.请帮助我工作代码的人。

$( document ).ready(function() {
     setTimeout(function(){ 
        // your code here for open HTML here 
     }, 2000);
});

Hope this will solve your issue希望这能解决您的问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM