Good Morning every one. I need a web page to load completely and then display. I do not want to load them in parts. The page should be rendered fully and displayed to the user. I tried some code. But its delaying the load for specified time and then loading the page from the start. This is taking more time than usual. Please help me with this issue.
Thank you in advance..:-)
Good Morning every one. I need a web page to load completely and then
Share
There could be many ways
Using
window.location.hrefwindow.location.href = ‘http://www.google.com’;
Using window.open
window.open(‘http://www.google.com’);
Using jQuery Load to load throug ajax.
In html
In javascript