Javascript jump to scene

did you try:

window.location.href = "index.html";

or if you want to link to antoher iframe:

parent.location.href = "index.html";

maby you have to use postmessage. there´s a similar article: