On Sun Oct 10 1999 at 20:54, [EMAIL PROTECTED] wrote:

> Dear friends,
>     It seems that the proxy of microsoft requires a special client software
> being installed. But if Linux is running on the client machine, what should
> I do? Should I install something special to work with MS's proxy?
> 
> regards,
> wangr

Don't panic.

Try turning off either java or javascript (or both) and then seeing
what happens.

I've come across more than one web page that has been produced by
micro$oft products that contains javascript that does silly and
unnecessary things if the client isn't also a micro$oft product.  Sad,
but true.

I've included an example below here (taken from some pages of a
commercial web site that netscape had no problems rendering).  I'm
amazed that people put up with this sort of stuff - although many
probably don't even know that it's there.

However, if this isn't your problem and it is the proxy, then this is
very ugly.  I'd be interested in the details and the solution.  (And
probably not in redhat-devel list... seems not to be so appropriate to
discuss this here).

Cheers
Tony
 -=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-

<script language="JavaScript1.2">
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if (bName == "Microsoft Internet Explorer" && bVer < 4) ver = "e1";
else if (bName == "Microsoft Internet Explorer" && bVer >= 4) ver = "e2";
if (ver == "e1") {
        alert('These pages are designed for Internet explorer 4.0 or better.\nClick OK 
to download IE 5.0');
        document.location.href='http://www.microsoft.com/windows/ie/default.htm';
        }
if (ver == "e2") {
        document.location.href="IE/DEFAULT.HTML"
        }
</script>

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to