Re: Passing value from pop window to parent window

2006-08-22 Thread Hanmay Udgiri
:50 PM To: Struts Users Mailing List Subject: Passing value from pop window to parent window Hi I have a pop up window.And I need to pass the value from a text box to parent window. pop up window The text box in the child window is something like this function updatetext(

RE: Passing value from pop window to parent window

2006-08-22 Thread Anjishnu Bandyopadhyay
to set the value. With best regards, Anjishnu. -Original Message- From: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 6:50 PM To: Struts Users Mailing List Subject: Passing value from pop window to parent window Hi I have a pop up window.And I need to pas

Passing value from pop window to parent window

2006-08-22 Thread Hanmay Udgiri
Hi I have a pop up window.And I need to pass the value from a text box to parent window. pop up window The text box in the child window is something like this function updatetext() { parent.document.getElementbyid("secondForm.attribute").value = document.getElementbyid("secondForm.attribute")