display HTML page after loading complete

后端 未结 5 1657
忘掉有多难
忘掉有多难 2020-12-01 02:10

Is there a way to force the browser to display a page only after all of the page\'s contents are completely loaded (such as images, scripts, css, etc)?

5条回答
  •  旧巷少年郎
    2020-12-01 02:49

    try using javascript for this! Seems like its the best and easiest way to do this. You'll get inbuilt funcn to execute a html code only after HTML page loads completely.

    or else you may use state based programming where an event occurs at a particular state of the browser..

提交回复
热议问题