advertisement

Subject:   Detecting Acrobat Reader & others
Date:   2005-04-15 15:01:58
From:   jas1114
Response to: Detecting Acrobat Reader & others

What is the rest of this for loop:


if (navigator.plugins && navigator.plugins.length)
{
for (x=0; x ????????????
{

Full Threads Oldest First

Showing messages 1 through 4 of 4.

  • Detecting Acrobat Reader & others
    2005-04-18 06:21:43  ales78 [Reply | View]

    It iterates through an array of plugins. Missing piece of code can looks like:

    for ( var x = 0, l = navigator.plugins.length; x < l; ++x )
    {
    ...
    }
    • Detecting Acrobat Reader & others
      2005-05-03 13:53:29  attheshow [Reply | View]

      Is there any way to get this to work in Firefox? Thanks.
      • Detecting Acrobat Reader & others
        2006-11-24 05:58:39  ramprakash [Reply | View]

        hi can any body tell me how can i detect acrobat
        reader in any machine in java script
      • Detecting Acrobat Reader & others
        2006-11-24 05:58:09  ramprakash [Reply | View]

        hi can any body tell me how can i detect acrobat
        reader in any machine in java script