tu path
sería
window.open("http://localhost/MyFolder/MySubFolder/");
o
window.open("http://IP/MyFolder/MySubFolder/");
usar absolute path
por esto
tu path
sería
window.open("http://localhost/MyFolder/MySubFolder/");
o
window.open("http://IP/MyFolder/MySubFolder/");
usar absolute path
por esto