Refresh or back button problem???????
-
Hi friends, am developing a webservice and one problem am facing is that when an error occured due to coding or network getting an error page, at that time pressing the refresh button again the same rquest is sending to the server. I don't want this. So suggest some ways to solve this, means how we can redirect the page to another while refereshing the page or disabling the refresh button... Please help me........ Rgds Nithin
-
Hi friends, am developing a webservice and one problem am facing is that when an error occured due to coding or network getting an error page, at that time pressing the refresh button again the same rquest is sending to the server. I don't want this. So suggest some ways to solve this, means how we can redirect the page to another while refereshing the page or disabling the refresh button... Please help me........ Rgds Nithin
You can use AJAX to accomplish this. This would control the HttpRequests.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Hi friends, am developing a webservice and one problem am facing is that when an error occured due to coding or network getting an error page, at that time pressing the refresh button again the same rquest is sending to the server. I don't want this. So suggest some ways to solve this, means how we can redirect the page to another while refereshing the page or disabling the refresh button... Please help me........ Rgds Nithin
This is not a web service, a web service has no UI You can't do it. If you refresh, it will send a request to the server. If the server then redirects to another page, that's another question. Or, did I misunderstand you ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert