Pages

Saturday 1 September 2012

How to redirect to another page using Javascript?

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....

No comments:

Post a Comment

Total Pageviews