I'm trying to force pages to open in a framset - and not only that - in a specific frame. I have a index.html that has a "top" and a "main" frame with a "top.html and a main.html dokument.
I want when someone tries to open for example the "nr4.html" dokument outside the frameset (self==parent) to be moved to the index.html framset and I want the nr4.html to open in the "main" frame.
How do you in java say: target="main"
I want when someone tries to open for example the "nr4.html" dokument outside the frameset (self==parent) to be moved to the index.html framset and I want the nr4.html to open in the "main" frame.
How do you in java say: target="main"