Dear all,
How to proceed?
I have one form say
form_a .from here through anchor another form
form_b is being opened in another window using (window.open command). Now I have some value say
val_b1 in
form_b. Once again I am coming to
form_a through following code
Code:
<td align = middle colspan=3><p><A href="JavaScript:onClick=window.close()">Close Window</A></p>
I want value of
val_b1 should automatically copied into one of the field of
form_a say
field_a1 the moment user close window (
form_b)
Right now first user have to close the window
form_b then have to write the value manually in
field_a1 of form_a which leads to spelling mistake.
I need concept ,please help?
Regards
om prakash kumar