window.location.href = 'http://www.google.com'; //Will take you to Google. window.open('http://www.google.com'); //This will open Google in a new window.
window.location.href : 다른 페이지로 리다이렉트
참고 문헌