This is a migrated thread and some comments may be shown as answers.

IE needs to resend the information, you've previously submitted.

1 Answer 88 Views
Window
This is a migrated thread and some comments may be shown as answers.
Atiq Ur Rehman
Top achievements
Rank 1
Atiq Ur Rehman asked on 08 Jul 2008, 01:21 PM
Hi,

As you can see from the title I am getting this error when I try to close a RadWindow opened in DotnetNuke project. What I am trying to do is, open the RadWindow, do some work and at the end when user has finished adding/updating data a popup(RadComfirm) appears asking them to continue. If they click cancel then I close the window. This error only occurs when I close the Radwindow from RadConfirm.
I want to attach the error,but dont know how to do it.It looks like RadConfirm want to refresh the parent page after closing it or somthing.

Can someone please sort this out?

Thanks
Atiq

1 Answer, 1 is accepted

Sort by
0
Atiq Ur Rehman
Top achievements
Rank 1
answered on 08 Jul 2008, 01:44 PM
sorry problem solved. I was calling this javascript on the parent page on RadWindow onClientClose;

function OnClientClose(oWnd)

{

oWnd.Reload();

}

removing this solved the problem.

Sorry for inconvience.

Atiq

Tags
Window
Asked by
Atiq Ur Rehman
Top achievements
Rank 1
Answers by
Atiq Ur Rehman
Top achievements
Rank 1
Share this question
or