passing parameter back to parent window.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello, can i pass a value back to a parent window from a child window after
it closes? if yes, how can that be done? thanks a million in advance for the
reply.
 
Are you talking about web forms? Modal dialog? If it is the case, use
window.returnValue.

Eliyahu
 
Back
Top