Another odd one. Can anyone help?
Page A is done in frames. A form in one frame on Page A has buttons at the bottom, like this:
<form>
<input type="button" value="Clear Form" onClick="document.main_form.reset()">
<input type="button" value="Send Request" onclick="javascript:window.location.href='URL-for-Page-B'">
</form>
These buttons work fine, but I want Page B (which is also built in frames), to load into _top, so that it doesn't load into the frame calling it. I don't know on which page to add the frame-breaking code, if any. The frameset page for Page B? Or maybe I should alter the onclick syntax to specify _top?
To make things worse, I have to do the same thing on Page B, so the link on it back to Page A will also not load into a particular frame on Page B.
Lost, confused, and grateful for any help.
John Herring
jhherring@yahoo.com
Page A is done in frames. A form in one frame on Page A has buttons at the bottom, like this:
<form>
<input type="button" value="Clear Form" onClick="document.main_form.reset()">
<input type="button" value="Send Request" onclick="javascript:window.location.href='URL-for-Page-B'">
</form>
These buttons work fine, but I want Page B (which is also built in frames), to load into _top, so that it doesn't load into the frame calling it. I don't know on which page to add the frame-breaking code, if any. The frameset page for Page B? Or maybe I should alter the onclick syntax to specify _top?
To make things worse, I have to do the same thing on Page B, so the link on it back to Page A will also not load into a particular frame on Page B.
Lost, confused, and grateful for any help.
John Herring
jhherring@yahoo.com