Hi all,

I've got the following problem. I have a button on my screen which does two things:
- fire a javascript function to open a popup window
- fire a procedure in my code behind file.

But... the procedure in my code behind file should be fired when the popup window is closed...

Does anyone know how to achieve this goal?

Thanx in advance.