« iTrip Station Finder | Main | iDVD 3.0.1 without a SuperDrive »

July 25, 2003

iTunesitis ?

BuyMusic.com now blocks Macs completely. If you try to visit the site with any Mac web browser, including IE, you get the following message:

&quote; In order to take full advantage of BuyMusic.com's offerings you must be on a Windows Operating System using Internet Explorer version 5.0 or higher. &quote;

You actually get to see the home page, but a javascript bumps you off based on your user agent string.

<script language="Javascript">
<!--
	var mac = navigator.appVersion.indexOf("Mac")>-1
	var opera = navigator.userAgent.indexOf("Opera")>-1
	//IE5+ required, netscape, macs, and opera are not supported
	if (navigator.appName == "Netscape" || mac || opera) {
      musicLink = false
	  window.location.href="/ierequired.htm";
	} else {
      //find out if its ie, then version 5+
      var tmpIEVerInfo = navigator.userAgent.indexOf("MSIE ") + 5;
      if(tmpIEVerInfo != -1)
      {
	    if(parseInt(navigator.userAgent.substring(tmpIEVerInfo, tmpIEVerInfo+1)) < 5)
        window.location.href="/ierequired.htm";
      }
      else
     {
	   window.location.href="/ierequired.htm";
     }
     musicLink = true
    }
	//-->
</script>

Use cmd-. to stop the page loading, and you can view the page's source code..

11:00 PM | Permalink

Comments

Have a look at this page: http://www.buymusicsucks.com/

;-)

Kim

Posted by: Kim GammelgÔø‡rd at July 27, 2003 07:26 PM