Saturday, May 24, 2014

redirect to any page

Window.open("url",true); (can not)
Window.location.href="url",true; (can)
Alert("msg",window.location.href="url",true);

No comments:

Post a Comment