Forum Moderators: open

Message Too Old, No Replies

Update value of input box from another frame

         

pithhelmet

5:03 pm on May 12, 2004 (gmt 0)

10+ Year Member



Hi everyone -

I have a two frame window setup -

the upper 20% is a navigation area called nav_frame
the lower 80% is a content area called content_frame

I have a input box in the nav_from that i need
to populate from data entered in the content frame -

how can i accomplish this task?

thanks
tony

Bernard Marx

5:35 pm on May 12, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



From main frame script/event handler:

top.document.frames["nav_frame"].document.getElementById("box_id").value = etc...

This might need additions for X-browser.