refresh parent modal dialog

wxdqz

New Member
We open a modal dialog (by showModalDialog() function). Let's call 'A'. From there we open another one modal dialog call 'B' without closing 'A'

My problem is, how do we refresh modal dialog 'A' after we closed modal dialog 'B'?
 
Back
Top