Try-
window.location.href = link;
or
window.location.assign(link);
JSFiddle
Check out the syntax of window.location here.
Try-
window.location.href = link;
or
window.location.assign(link);
JSFiddle
Check out the syntax of window.location here.