Hi,
I am facing a problem while making the Ajax enabledasp.net 2.0 web application compatible with Firefox browser.
I am opening a modal popup window and when a value is selected in the pop up window, the pop up should close and the selected valueshould be reflected in the parent form and I take the value from the session in the parent form.
This works fine with IE 7 and previous versions . But in Firefox , the parent window doesn't refresh.
As a work around I am calling a Javascript method to refresh the parent window while closing the pop up.
The firefox browser displays a confirmation message to reload the data. Can any one give me a solution to disable the confirmation message that is getting displayed?
Regards
Deepa