Joined
Last Seen
0 Reputation Points
60% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.70K
~4K People Reached
Favorite Forums
Web Development x 1
1 Posted Topic
<script type="text/javascript"> function noBack(){window.history.forward();} noBack(); window.onload=noBack; window.onpageshow=function(evt){if(evt.persisted)noBack();} window.onunload=function(){void(0);} </script put this in your header section of the login page
The End.
youngbill