MAC users PLEASE HELP
MAC users PLEASE HELP
Can you follow this link:
http://www.prestige-tel.com/test/testing.html
and tell me if the page redirects you? I need to send Mac users and PC users to different pages.
If you have a PC it will say: "If you read this than you have a PC. "
MAc users will see: "We have detected you are using a Mac computer!!!"
Thank you very much!
http://www.prestige-tel.com/test/testing.html
and tell me if the page redirects you? I need to send Mac users and PC users to different pages.
If you have a PC it will say: "If you read this than you have a PC. "
MAc users will see: "We have detected you are using a Mac computer!!!"
Thank you very much!
Trending Topics
Ephy!
please correct your word usage.
"Then" is a qualifying word.
If you get a good job, then you can afford a great Truck.
It can also indicate an order in which things should be done.
First you get a good job, then you buy a great Truck.
"Than" is a comparing word.
My Truck is better than your car.
If you are reading this, then you need a life more than I do.
I know english is your second language, and you do a great job of it, but if you are writing a document that anyone important might read, you might want to fix that.
ps, my Truck really is better than your car. LOL
please correct your word usage.
"Then" is a qualifying word.
If you get a good job, then you can afford a great Truck.
It can also indicate an order in which things should be done.
First you get a good job, then you buy a great Truck.
"Than" is a comparing word.
My Truck is better than your car.
If you are reading this, then you need a life more than I do.
I know english is your second language, and you do a great job of it, but if you are writing a document that anyone important might read, you might want to fix that.
ps, my Truck really is better than your car. LOL
my fav browser sniffer
[code]
function Is() {
var agent = navigator.userAgent.toLowerCase();
this.major = parseInt(navigator.appVersion);
this.minor = parseFloat(navigator.appVersion);
this.ns = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
this.ns2 = (this.ns && (this.major == 2));
this.ns3 = (this.ns && (this.major == 3));
this.ns4b = (this.ns && (this.minor < 4.04));
this.ns4 = (this.ns && (this.major >= 4));
this.ie = (agent.indexOf("msie") != -1);
this.ie3 = (this.ie && (this.major == 2));
this.ie4 = (this.ie && (this.major >= 4));
this.op3 = (agent.indexOf("opera") != -1);
this.win = (agent.indexOf("win")!=-1);
this.mac = (agent.indexOf("mac")!=-1);
this.unix = (agent.indexOf("x11")!=-1);
}
var is = new Is();
[/code]
function Is() {
var agent = navigator.userAgent.toLowerCase();
this.major = parseInt(navigator.appVersion);
this.minor = parseFloat(navigator.appVersion);
this.ns = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
this.ns2 = (this.ns && (this.major == 2));
this.ns3 = (this.ns && (this.major == 3));
this.ns4b = (this.ns && (this.minor < 4.04));
this.ns4 = (this.ns && (this.major >= 4));
this.ie = (agent.indexOf("msie") != -1);
this.ie3 = (this.ie && (this.major == 2));
this.ie4 = (this.ie && (this.major >= 4));
this.op3 = (agent.indexOf("opera") != -1);
this.win = (agent.indexOf("win")!=-1);
this.mac = (agent.indexOf("mac")!=-1);
this.unix = (agent.indexOf("x11")!=-1);
}
var is = new Is();
[/code]



,,,,98