JSでのリダイレクトに問題があります。状況は次のとおりです。htmlコードの現在のディレクトリは次のとおりです。http://localhost:7927/MyWeb/Catch%20the%20bird%20game/GAME1.html
ディレクトリを次のように変更したい
'http://localhost:7927/MyWeb/games.htm'
window.location( "games.htm");を使用してみました ただし、そのディレクトリにリダイレクトされます。
http://localhost:7927/MyWeb/Catch%20the%20bird%20game/GAME1.html/games.htm
解決策は何ですか?ありがとう。