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
我想将目录更改为
http://localhost:7927/MyWeb/games.htm
我尝试了使用窗口. 位置 (“ games.htm ” ) ; 但它会重定向到目录 :
http://localhost:7927/MyWeb/Catch%20the%20bird%20game/GAME1.html/games.htm
什么办法?