En attendant, voici une forme de redirection que tu n'as pas encore tenté :
window.location.href.replace("http://localhost/FrameMain.htm");
exit();
ou si tu es dans un cadre (frame) :
this.src = "http://localhost/FrameMain.htm";
exit();
window.location.href.replace("http://localhost/FrameMain.htm");
exit();
ou si tu es dans un cadre (frame) :
this.src = "http://localhost/FrameMain.htm";
exit();
Code : Tout sélectionner
document.write("test ok");
document.location.href="../FrameMain.html";