Forum Moderators: open

Message Too Old, No Replies

window.location in other frame

I need a script that opens a link with "window.location" in another "frame"

         

kumschick

11:27 pm on Jul 23, 2005 (gmt 0)



I need a script that opens a link with windows.location in another frame called "mrm_menutop".

Currently I'm using this script, but it's making a top refresh of the page and not of the frame, since I don't know the syntax I should use.

Could someone help me please?

<script language="JavaScript">
window.top.location="/frm_menu_t.mrm?language=$language";
</script>

thx

Dijkgraaf

4:40 am on Jul 26, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try
<script language="JavaScript">
window.top.mrm_menutop.location="/frm_menu_t.mrm?language=$language";
</script>