I have a page with 3 frames. Lets ignore the one at the top for now... i have one on the left and one on the right.
On the left is a table which I have done mousover effects for in javascript:
<TR align="left" valign="middle" bgcolor="#6363EF" onmouseover="style.backgroundColor='#0000FF'; style.cursor='hand'" onMouseOut="style.backgroundColor='#6363EF';" onClick="location.href='chat.html'">
ok this works fine but on clicking the cell the link changes the left frame's url to "chat.html". I want the right-hand frame to change to "chat.html" and the menu (left-hand frame) to stay where it is.
I can do this in html but it is useless for this example : <A href="chat.html" target="right-frame"> [EXAMPLE] </A>
please help. is there a way to add the html into the javascript? it is afterall only dynamic-html.
Any help appreciated - i am only a begginer when it comes to javascript.
Richard
On the left is a table which I have done mousover effects for in javascript:
<TR align="left" valign="middle" bgcolor="#6363EF" onmouseover="style.backgroundColor='#0000FF'; style.cursor='hand'" onMouseOut="style.backgroundColor='#6363EF';" onClick="location.href='chat.html'">
ok this works fine but on clicking the cell the link changes the left frame's url to "chat.html". I want the right-hand frame to change to "chat.html" and the menu (left-hand frame) to stay where it is.
I can do this in html but it is useless for this example : <A href="chat.html" target="right-frame"> [EXAMPLE] </A>
please help. is there a way to add the html into the javascript? it is afterall only dynamic-html.
Any help appreciated - i am only a begginer when it comes to javascript.
Richard