ArchSeraph
06-05-2003, 09:11 PM
I am making a web site for school, and i want the buttoms in my left frame to open the page in the right frame and not in a new window, however it always opens in a new window no matter what i try, can any one help me with this.
ArchSeraph
06-05-2003, 09:21 PM
<form method=link action=html4.html target=rightside><INPUT style="BACKGROUND: black; COLOR: skyblue; FONT-FAMILY: arial" type=submit value=INTRODUCTION cols="26" rows="6"></FORM>
That is it i think... maybe i wrote it wrong...
Jrfan888
06-05-2003, 11:23 PM
make sure the "rightside" is the exact name for the frame. If it is, then try putting quotes around "rightside", but i dont know if not putting quotes is the problem...
zangerbanger
06-05-2003, 11:53 PM
<a href="URL" target="NAME OF THE RIGHT FRAME">BUTTON</a>
designhazard
06-06-2003, 12:24 AM
why don't you use a link like zangerbanger says?
ArchSeraph
06-06-2003, 12:45 AM
I already tried it but thanks.. any way i fixed the window thing. it was a dumb mistake on my part but now for some reason the buttons when i click on them they don;t work at first then i have to click another button for it to work... so purhaps it is another dumb mistake but plz help... its the same code as above....
Oh ya the thing that Zangerbanger said i tried it and it doesn't even work at all... it doesn't open anythign anywhere...
heer what i did... I thinki messed it up lol...
<a href="html2.html" target=rightframe><INPUT style="BACKGROUND: black; COLOR: skyblue; FONT-FAMILY: arial" type=submit value=HOME cols="26" rows="6"></a>