T
Tim Streater
I have, as it might be, this in a frame:
<a href="mystuff.html">Click here</a>
When I click the link, it loads mystuff.html into the frame, whereas
what I want is to replace the whole window contents. How can I do this
while still using a link? What I want in effect is for clicking to do:
top.location.href = "mystuff.html"
instead of:
window.location.href = "mystuff.html"
Thanks,
-- tim
<a href="mystuff.html">Click here</a>
When I click the link, it loads mystuff.html into the frame, whereas
what I want is to replace the whole window contents. How can I do this
while still using a link? What I want in effect is for clicking to do:
top.location.href = "mystuff.html"
instead of:
window.location.href = "mystuff.html"
Thanks,
-- tim