MAC users PLEASE HELP

Thread Tools
 
Search this Thread
 
Old Oct 4, 2001 | 02:33 PM
  #1  
eph1fifty's Avatar
Thread Starter
|
Senior Member
Joined: Apr 2000
Posts: 200
Likes: 0
From: Canada
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!
 
Reply
Old Oct 4, 2001 | 02:47 PM
  #2  
LIGHTNINROD's Avatar
Senior Member
Joined: Apr 2001
Posts: 5,939
Likes: 0
From: Warner Robins, Ga, CSA
Yes,

it told me I have a pc and I do.

Dan
 
Reply
Old Oct 4, 2001 | 08:20 PM
  #3  
Cowlady's Avatar
Senior Member
Joined: Aug 2000
Posts: 336
Likes: 0
From: Buffalo, NY US
I tried it

Well, I tried it eph but I'm confused -what does it mean if it says "You have a TI99/4A - get a life!"?????????
 
Reply
Old Oct 4, 2001 | 09:43 PM
  #4  
Bubba Hyde's Avatar
Member
Joined: Aug 2001
Posts: 49
Likes: 0
From: northwest Georgia
Thumbs down

nope, said I was using a pc, but I'm in fact on a Mac (albeit an ancient mac)

Hope this helped.
Bubba
 
Reply
Old Oct 5, 2001 | 12:26 PM
  #5  
jb2001's Avatar
Member
Joined: Feb 2001
Posts: 80
Likes: 0
From: Anola, Mb
I tried it on 3 different macs here and it worked - "We have detected you are using a Mac computer!!!"
 
Reply
Old Oct 5, 2001 | 08:45 PM
  #6  
98SCREAMER's Avatar
Senior Member
Joined: Jul 2000
Posts: 5,116
Likes: 3
From: Houston, by way of every major city in America.
First it said I had a PC, then it changed to saying I had a MAC. So, I guess it worked somewhat I'm on a Mac ibook 366 Special edition/graphite,,,,98
 
Reply
Old Oct 5, 2001 | 09:15 PM
  #7  
eph1fifty's Avatar
Thread Starter
|
Senior Member
Joined: Apr 2000
Posts: 200
Likes: 0
From: Canada
Thanks guys

Cowlady I don't know what link you looked at LOL
 
Reply

Trending Topics

Old Oct 5, 2001 | 09:24 PM
  #8  
Talleywacker's Avatar
Suspended For Violation of Vendor Rules
Joined: Aug 2000
Posts: 1,377
Likes: 0
From: Humble, Texas
"If you can read then then your not on your girlfriend"

uh???... wtf?
 
Reply
Old Oct 5, 2001 | 10:00 PM
  #9  
Andthensometoo's Avatar
Senior Member
Joined: Jun 1999
Posts: 692
Likes: 0
From: Michigan Rocks and then some too!!!
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
 
Reply
Old Oct 6, 2001 | 08:55 AM
  #10  
eph1fifty's Avatar
Thread Starter
|
Senior Member
Joined: Apr 2000
Posts: 200
Likes: 0
From: Canada
Okay than, I have quick learnage capabilities.

PS: My car is better at off-roading than your truck
 
Reply
Old Oct 10, 2001 | 09:42 PM
  #11  
quzax's Avatar
Member
Joined: Feb 2000
Posts: 83
Likes: 0
From: Salt Lake City, UT, USA
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]
 
Reply




All times are GMT -4. The time now is 12:01 PM.