Wednesday, November 24, 2010

REALLY NEED HELP: html button to change link on another frame!!?

i have frame1 and frame2 on my page. frame1 has a html button, when you click it, i want frame2 to change to another link. HOW PLZ HELP.

%26lt;input type=%26quot;button%26quot; onclick='window.location=%26quot;http...

change the current frame, but i want the other frame to change.REALLY NEED HELP: html button to change link on another frame!!?i think the %26quot;target=framename%26quot; solution does not work with form buttons on html. it only works on hyperlinks. try it.



%26lt;a href=%26quot;www.website.com%26quot; target = %26quot;frame2%26quot;%26gt;Button Name%26lt;/a%26gt;REALLY NEED HELP: html button to change link on another frame!!?Look up on the net using the html command %26quot;target=%26quot;, as I believe you can name the frame and thereby using target=framename make the link load to the frame specified.