use window.confirm
instead of alert
if (window.confirm('If you click "ok" you would be redirected . Cancel will load this website '))
{
window.location.href="https://www.google.com/chrome/browser/index.html";
};
use window.confirm
instead of alert
if (window.confirm('If you click "ok" you would be redirected . Cancel will load this website '))
{
window.location.href="https://www.google.com/chrome/browser/index.html";
};