|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
How to ristrict User to go back? Is there any type of event that i can handle on which i can send user to same page only? I want to ristrict user to go to next page only, He can not go back. Thankx in advance, Vimal |
|
#2
|
||||
|
||||
|
Sessions
Use an index page to control which page is loaded, then based off of a session variable load the page that you want. |
|
#3
|
||||
|
||||
|
try to remember though, no matter how mission criticle this may be to you the chances are it will at some point be a pain in the arse for a user.
why? you're messing with their ability to navigate backwards which on a mobile phone is even more frustrating than on a normal browser. i'd setup a component in a script, one that never cached and always called fresh and would serve up two sets of content, one if the referering url is the right page to have refered, the other to say sorry but you need to do blah........ sessions on mobiles aren't the answer as support is limited on legacy handsets unless you use session vars in urls and track state that way.
__________________
Andy Moore << oh no it's got a blog..... Word Press WAP Plugin with Ad Mob Advertising revenue PHP developer deploying ringtones, mp3 downloads and realtones I'm a geek who's obsessed with stats and gadgets |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Mobile Programming > How to ristrict User to go back? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|