|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Hi,
I'm trying to disallow users from refreshing a page. Is there some way for the servlet to identify that the request is coming from the browser's Refresh/Reload button? Or are there any other workarounds to achieve this? Any advice greatly appreciated! |
|
#2
|
|||
|
|||
|
i dunno if u can disable refresh...but if ur response is a lengthy-one u can check if the client is alive or not by using
if out.checkError() { // end application } else //continue may this cud be of some help to u... |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Disable Refresh? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|