
Originally Posted by
Lamer980
Hi,
I am using
var vReturnValuewindow.showModalDialog("AutoForward.ht m l",objUser,'status:no;dialogWidth
:360px;dialogHeight:126px;scroll:no'); to generate a popup window which
returns a value, I am catching the return value in the parent window.
If I close the popup window using the x on the right top corner, it is
trying to return some value and is giving and exception when I am using
the value to insert it in to data base.
The return value when closing is coming as undefined,
Give me solution to go back to the parent window .......with out doing
any action on closing the popuo using x...
Thanks,
Lamer980