df

setTimeout(openUrl, 2000); // Wait 10 seconds function openUrl(){ window.location.replace("http://www.google.com"); }

Comments

Popular posts from this blog