hi i am trying to clear session varibles its working fine but the problem is when i click back button in browser it is redireding to previous page here i want to do redirect to specied page pls helep me its urgent thanks in advance
vytla 0 Newbie Poster
Recommended Answers
Jump to PostLet you have two pages named A and B. When user in B then you do not want to go back to page A. Then write the below code in page A.
<head runat="server"><title>login page</title> <script type="text/javascript"> setTimeout("window.history.forward(1)", 0); window.onunload=function{return false;} </script> </head >
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.