PDA

View Full Version : javascript question


Renton
04-07-2003, 03:20 PM
Hi

I dont know how much it goes with flash, but anyway: i open window with javascript, and then i want the popup to look for values in the start window. So, how do i do that? please help.

(the variable in first window i access this way: document.forms[1].some_name.value)

freddycodes
04-07-2003, 04:11 PM
So from the popup access it like


window.opener.forms[1].some_name.value