HTML: redirect your site to external UTL address

To redirect your site to an external URL, add below code in your html page:

window.location.href = "http://www.mySite.com/images/";

window.location.reload;

No comments:

Post a Comment