Malhar Barai
SOA & Java Book
Originally posted by kvk kishore:
Will it be OK if you are not allowed to go to prev. page . Hope you guess the difference .
Malhar Barai
SOA & Java Book
Originally posted by Eric Johnson:
you could have the page that you don't want the user to go back from be a browser window without a toolbar, but they could still right-click and choose back if they are usin ie on windows. or you could experiment with using javascript to manipulate the history property of the window object.
Malhar Barai
SOA & Java Book
Originally posted by kvk kishore:
Sorry Yaar I was a bit busy .
To implement what I was mentioning --
In the page which you don't want the user to come back and view
you can write javascript on to the page like -
<script>
window.forward(1);
</script>
you may use print writer or anything you want but put it in Head tag of the page you are building .
If you have any difficulty or need another approach kindly mail be back .
Malhar Barai
SOA & Java Book
Originally posted by kvk kishore:
DID U TRY THE CODE MENTIONED IN IInd REPLY
Malhar Barai
SOA & Java Book
Raising Flares debut album 'Ignition' out now
http://www.raisingflares.com
Terry Doyle <br />SCPJ 1.4 , SCWCD , SCMAD(Beta)
A Quitter Never Wins<br />A Winner Never Quits
Originally posted by arpit singla:
slight addition to the above description:
suppose user browses in following manner
L O G O U T
^ ^ ^ ^
| | | |
1 - > 2 - > 3 - > 4 - > 5
from page 1 to 2 to 3 and so on... user could log out from any of the page 1, 2, 3,4 or 5. I want user to go back and forth between pages using back button. But dont want him to go back once user logs out.
please help...
thanks
A Quitter Never Wins<br />A Winner Never Quits
Cob is sand, clay and sometimes straw. This tiny ad is made of cob:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
|