Right now, I can do the redirect my website from IE11 to Chrome. But if I open and click the redirect link in Chrome, it doesn't response and just showing Redirecting. How can I fix that?
<!DOCTYPE html">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<h1>Browser Redirect</h1>
<script type="text/javascript">
{ varshell = new AciveXObject("WScript.Shell");
shell.run("Chrome //"link example//");
window.location.replace("Old link in the previous browser"):}
setTimeot("pageRedirect()",3000);
</script>
</head>
</html>