window.location = "./dir/file.html?year=" + thisYear + "&"
+ "month=" +thisMonth + "&"
+ "day=" +thisDay;
// start with a . to use relative path
// start with a / to use root
// you can also use a URL