|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
I dont know if this is part of the CF language..
or something entirely different, but how can you make it so they cannot refresh a page?
|
|
#2
|
|||
|
|||
|
You can't stop someone from refreshing, its just a request for the same page. You can stop someone from viewing your page more then once (well sort of) which can work like stopping a refreshing. Using a combination of cookies, IP blocking and session variables you could attempt to stop them requesting a page more then once.
Though there are dozens of reasons why this wont work 100% of the time, its the closest thing you are going to get to stopping page refreshes. |
|
#3
|
|||
|
|||
|
You might be able to try something with Javascript but if they turn it off then obviously it won't work. Basically, no, there is no universal way to stop someone from refreshing a page.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > I dont know if this is part of the CF language.. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|