Diamax
11-18-2002, 11:29 AM
Hello guys I have a question, if you don't mind.
I'm using buttons for the menu in my page, that is using frames.
I know how to make links and make them point to the main frame from the menu, but looks like for buttons to point to the main frame is different.
Could you guys tell me how to make a button open a link to a certain frame PLEASE, because I cannot get that working.
The button looks like this:
<FORM>
<input type="button" value="Go Here" style="BACKGROUND-COLOR: black;
COLOR: white; FONT-FAMILY: arial; FONT-SIZE: medium;
HEIGHT: 28px; WIDTH: 95px"
onmouseover="this.value='OK', this.style.background='black';"
onmouseout="this.value='Go Here',this.style.background='black';"
onClick="self.location='http://www.google.com'">
</FORM>
Thank You Guys!!
I'm using buttons for the menu in my page, that is using frames.
I know how to make links and make them point to the main frame from the menu, but looks like for buttons to point to the main frame is different.
Could you guys tell me how to make a button open a link to a certain frame PLEASE, because I cannot get that working.
The button looks like this:
<FORM>
<input type="button" value="Go Here" style="BACKGROUND-COLOR: black;
COLOR: white; FONT-FAMILY: arial; FONT-SIZE: medium;
HEIGHT: 28px; WIDTH: 95px"
onmouseover="this.value='OK', this.style.background='black';"
onmouseout="this.value='Go Here',this.style.background='black';"
onClick="self.location='http://www.google.com'">
</FORM>
Thank You Guys!!