I want to redirect from this page:
http://mywebpage/hotel/suite/availability/default.html
to:
http://mywebpage/hotel/suite/costs/default.html
I am using this to redirect:
window.location.href = "../../costs/default.html"
I need it to be a relative path, but I cant figure how to