Their claims of 'we only support Internet Explorer' are not quite right. From 
the source code of the offending site;

<script language="javascript" type="text/javascript">  

   //browser detection 
   var strUserAgent = navigator.userAgent.toLowerCase(); 
   var isIE = strUserAgent.indexOf("msie") > -1; 
   var isNS6 = strUserAgent.indexOf("netscape6") > -1; 
   var isNS4 = !isIE && !isNS6  && parseFloat(navigator.appVersion) < 5;  

On Mon, 04 Apr 2005 17:01, Ross Drummond wrote:
> I have just signed up to the credit reference company Baycorpadvatage.
>
> In windows on Mozilla Firefox I attempted to log in. The javascript drop
> down menu failed to work. By downloading and searching through the js files
> I was able to find the link.
>
> Once logged in I attempted to access the services but the server informed
> me that I was unable to access them.
>
> I called the help desk. Their response was that we only support Microsoft
> Internet Explorer. "It works in Explorer." If I wanted to use their
> services I would have to use Internet Explorer. What about people on Mac's
> I asked? "They have to use Internet Explorer" was the reply.
>
> I asked if I used internet Explorer and got a virus would I be indemnified?
> "No" was the answer.
>
> Cheers Ross Drummond
>
> https://services.nz.baycorpadvantage.com/cgi/main

Reply via email to