M
Max
I have a webpage with 3 frames. Title, Content and MainPage.
I have created buttons in the content frame as follow.
<input type="button">
I would like to be able to click on the button and another page loads in the
Frame "MainPage".
I have tried the following:
<input type="button" onClick="window.location ='anotherPage.html'
target=main> and
<a href="anotherpage.html"><input type="button"></a>
This does not work. Would anybody know the right code to achieve what I want
to do.
thanks
Max
I have created buttons in the content frame as follow.
<input type="button">
I would like to be able to click on the button and another page loads in the
Frame "MainPage".
I have tried the following:
<input type="button" onClick="window.location ='anotherPage.html'
target=main> and
<a href="anotherpage.html"><input type="button"></a>
This does not work. Would anybody know the right code to achieve what I want
to do.
thanks
Max