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
<html:text property="secondForm.attribute"/>
<html:submit onclick="updatetext()"/>
function updatetext()
{
parent.document.getElementbyid("secondForm.attribute").value =
document.getElementbyid("secondForm.attribute").value =
}
the attribute are same in both parent and pop up window.
And I have anested form.
I am not getting error after submitting and in the javascript i am getting
the text field value correctly.
but in parent window it is not setting the value.
Any help will be highly appriciated
--
Thanks and Regards
Hanmayya Udgiri