Show Blue screen or image when loading a URL in background -using html/ Javascript/ jquery -
i have requirement need load external url using html/javascript, external url loaded internally redirects couple of times before displays desired page. don't have control on external url loaded , hence cannot hide display of redirections.
requirement is, need show nice blue page or image while external url loaded in background, , after 3 seconds remove blue screen / image , show url loaded in background.
i had tried window.onload option, accepts first page loaded , shows subsequent external url redirection , defeats purpose. had tried show , hide iframe / div , embed external url in it, embeds first page gets loaded , when external url redirects, iframe or div block looses content.
can 1 guide me this. if can load external url in background redirection , in background, , show blue screen or blue image 3 seconds , remove it.
Comments
Post a Comment