There are two ways of redirecting to another page using Javascript.
Process-1 :
window.location.replace('---- Your url ------');
Process-2 :
location.href='------ Your url --------';
Regards,
Prajanuranjan....
Process-1 :
window.location.replace('---- Your url ------');
Process-2 :
location.href='------ Your url --------';
Regards,
Prajanuranjan....
No comments:
Post a Comment