cadaveca
Newbie
- Joined
- Aug 29, 2004
- Messages
- 997
- Reaction score
- 0
chriso20 said:Please remember that the "?move=" is PHP, php cannot be viewed using your browser (needs a special naughty one lol) and so there could be a million pages if you get the right "move" or even another name.
So ?page=last could work for example or maybe its ?PAG3=1@S7 see what im saying? so i wouldn't give up!
function CSClickReturn () {
var bAgent = window.navigator.userAgent;
var bAppName = window.navigator.appName;
if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
return true; // dont follow link
else return false; // dont follow link
why does the script check browser type?