You are here: irt.org | FAQ | JavaScript | Frame | Q961 [ previous next ]
Its possible if, and only if, the page in the other frame is on the same server as your page:
<form> <input type="button" value="No Frames" onClick="top.location.href = parent.otherFrame.location.href"> </form>