-
6 Nov 2012 2:20 AM #1
Unanswered: Communication failure error in Firefox
Unanswered: Communication failure error in Firefox
Using DirectMethod on aspx page and it is working fine on IE but on firefox displaying Communication failure for a second after that new page goes display.
I believe that is becoz of page unload. can you help me to avoid that communication failure pop up..
Thanks in advance
-
7 Nov 2012 2:42 PM #2
can you please upload a screehshot and elaborate on this issue?
-
15 Nov 2012 3:43 AM #3
I am using Direct method on button click to redirect from one page to another.
it is working fine in case of IE but when i am using Firefox, on that scenario, i have seen communication failure pop up, it display for little time after that redirect on next page.
I believe that is becoz of page unload. can you help me to avoid that communication failure pop up..
Thanks in advance
-
19 Nov 2012 5:08 PM #4
I think the problem is your code to redirect page, how did you code it? I don't think it is related to Ext Direct.
-
20 Nov 2012 3:53 AM #5
Hi,
I am using the basic method for redirect the page. It is working fine on IE but on Firefox, showing me the "communication failure" pop up for a while.
The below code have used for redirect,
Response.Redirect("frmHisRptOption.aspx?SID=" + _sessionID)
Please do the needful..
-
20 Nov 2012 10:56 AM #6
Using Ext Direct to make a call, it expect return json, if you redirect to another page, it will cause problem.


Reply With Quote