This is why it doesn't work.

http://support.microsoft.com/support/kb/articles/Q232/7/02.ASP

-----Original Message-----
From: Mike [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 01, 2001 3:56 PM
To: CF-Talk
Subject: Re: java & IE


I have the curly bracket in my code I just missed it when I cut and pasted
it
I getting
plugins.length = 0


----- Original Message -----
From: Christoph Schmitz <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 10:36 AM
Subject: AW: java & IE


> Hi,
>
> IE insitst on the closing curly bracket after the document.write().
Besides
> that I assume that IE doesn't know the plugins array.... correct me if I'm
> wrong.
>
> HTH,
>
> Chris
>
>
> > -----Urspr�ngliche Nachricht-----
> > Von: Mike [mailto:[EMAIL PROTECTED]]
> > Gesendet: Donnerstag, 1. Februar 2001 20:09
> > An: CF-Talk
> > Betreff: java & IE
> >
> >
> > Does any know why this works in Netscape not IE
> > Thanks Mike
> >
> > <script language="JavaScript">
> > <!--
> > var pluginsLen = navigator.plugins.length
> > document.write("pluginsLen =+  "+navigator.plugins.length  +"  <br>") ;
> > for (i=0; i <pluginsLen; i++){
> > document.write("plugins "+navigator.plugins[i].name
> > +"  <br>")
> > ;
> > file://-->
> > </script>
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to