I have a web page (the "parent") that opens a child
window using javascript. The parent window sets a
field on the child window. The child window needs to
use that data, as it is opening, to perform a DB query
and display information on itself.

The problem is that, even though the parent
successfully sets the data on the child, I have no
access to it in my ActionForm or in the request
object.

Is there a way to make that happen?



__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to