Click to See Complete Forum and Search --> : refresh parent modal dialog


alicialcc
01-08-2003, 01:06 AM
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'?

Nicodemas
01-08-2003, 01:17 AM
Have you considered using an onUnload?