I'm having problem in redirecting at JS.
Here's the situation:
the current directory of the html code is : http://localhost:7927/MyWeb/Catch%20the%20bird%20game/GAME1.html
I want to change the directory to
'http://localhost:7927/MyWeb/games.htm'
I tried using window.location("games.htm"); but it will redirect to that directory:
http://localhost:7927/MyWeb/Catch%20the%20bird%20game/GAME1.html/games.htm
What's the solution? Thanks.