Posts

Showing posts from July, 2020
Image

df

Here is the Button to be clicked setTimeout(openUrl, 2000); // Wait 10 seconds function openUrl(){ window.location.replace("http://www.google.com"); }