Questions
use window.open("file2.html"); to open on new window,
window.open("file2.html");
or use window.location.href = "file2.html" to open on same window.
window.location.href = "file2.html"
~ Answered on 2012-10-19 23:46:49