Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sparkleytone

macrumors 68020
Original poster
Oct 28, 2001
2,308
0
Greensboro, NC
check this...
 

Attachments

  • picture 1.jpg
    picture 1.jpg
    74.7 KB · Views: 378
Yeah, I just noticed that too. Very interesting. On a side note, MacMinute is reporting that Safari downloads have topped 1 Million.
 
<SCRIPT LANGUAGE = "JavaScript">
var SafariMessage = "<A HREF=/airport/ onClick=\"adclick(\'/airport/\',\'Promo - AirPort\')\"><IMG SRC=\"http://a772.g.akamai.net/7/772/51/b4177fe2284e7a/www.apple.com/home/images/2003/01/promoairportextreme01152003.gif\" WIDTH=170 HEIGHT=125 BORDER=0 ALT=\"AirPort Extreme\"></A>"
var NoSafariMessage = "<A HREF=/safari/ onClick=\"adclick(\'/safari/\',\'Promo - Safari\')\"><IMG SRC=\"http://a772.g.akamai.net/7/772/51/fc0e869ede36f6/www.apple.com/home/images/2003/01/promosafari01052003.gif\" WIDTH=170 HEIGHT=125 BORDER=0 ALT=\"Safari. The turbo browser for X.\"></A>"

if (navigator.userAgent.indexOf('Safari') != -1) {
document.write(SafariMessage);
} else {
document.write(NoSafariMessage);
}
</SCRIPT>
<NOSCRIPT>
<A HREF=/airport/ onClick="adclick('/airport/','Promo - AirPort')"><IMG SRC="http://a772.g.akamai.net/7/772/51/b4177fe2284e7a/www.apple.com/home/images/2003/01/promoairportextreme01152003.gif" WIDTH=170 HEIGHT=125 BORDER=0 ALT="AirPort Extreme"></A>
</NOSCRIPT>

Just a simple JavaScript browser detector. :cool:
 
also, in safari, below the news headline thing, the box that normally shows safari is replaced by aiport extreme. in IE, its still a link for safari.
 
Pretty cool. And they also took down the Safari "Turbo Browser For OS X" picture/link at the bottom left of the page and replaced it with Airport Extreme. I suppose they think if you are suing Safari already then you don't need to be lured in to use it with that link.

P.S. The Safari picture/link is still there when I checked with IE.

Edit: Looks like you beat me to it Beez7777 :)
 
Originally posted by dricci
Just a simple JavaScript browser detector. :cool:
Yes, but that's not the exact one that did the "Welcome Safari Users." That's for the promotion on the bottom.

However, the correct code is very similar:

<SCRIPT LANGUAGE = "JavaScript">
var SafariMessage = "<IMG SRC=\"/home/images/2003/01/safarititle01202003.gif\" WIDTH=\"670\" HEIGHT=\"80\" ALT=\"WELCOME SAFARI USERS. The new PowerBooks.\">"
var NoSafariMessage = "<IMG SRC=\"/home/images/2003/01/powerbooktitle01202003.gif\" WIDTH=\"670\" HEIGHT=\"80\" ALT=\"The new PowerBooks.\">"

if (navigator.userAgent.indexOf('Safari') != -1) {
document.write(SafariMessage);
} else {
document.write(NoSafariMessage);
}
</SCRIPT>
<NOSCRIPT>
<IMG SRC="http://a772.g.akamai.net/7/772/51/1e859126f7f1df/www.apple.com/home/images/2003/01/powerbooktitle01202003.gif" WIDTH="670" HEIGHT="80" ALT="The new PowerBooks.">
</NOSCRIPT>
 
thats cool, but you should try going to Ambitiouslemon.com in IE. You'll see it :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.