Greetings,
I have an HTML question that has been bugging me now for a while.
I have a page with frames. One frame is called "left" the other "right". No problem. I also have buttons (not <a href links but <input type="button" things).
My question is how do I get a button in frame "left" to open in frame "right". I know with an <a href tag you just put a target="right" and it will work no problem. But I tried that with a button and nada. I also read something like onclick="parent.frame.location=' but that doesn't seem to work. Or if it works I'm not doing something right.
Does anyone out there know how to make my button target open in a frame? Please help me.
Thanks for reading.
I have an HTML question that has been bugging me now for a while.
I have a page with frames. One frame is called "left" the other "right". No problem. I also have buttons (not <a href links but <input type="button" things).
My question is how do I get a button in frame "left" to open in frame "right". I know with an <a href tag you just put a target="right" and it will work no problem. But I tried that with a button and nada. I also read something like onclick="parent.frame.location=' but that doesn't seem to work. Or if it works I'm not doing something right.
Does anyone out there know how to make my button target open in a frame? Please help me.
Thanks for reading.