You can load splash screen from following code(You need to include JQuery)
window.onload = function() {
$("#yourSplashScreenId").show();
};
solved display splash page on webpage load – JavaScript [closed]
You can load splash screen from following code(You need to include JQuery)
window.onload = function() {
$("#yourSplashScreenId").show();
};
solved display splash page on webpage load – JavaScript [closed]