browser plugin info

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hokiegal99

    browser plugin info

    Is there an easy way to get info from browsers on what plugins they have
    installed? For example, what version of quicktime does the browser have
    installed if any?

    Thanks

  • Chris Mosser

    #2
    Re: browser plugin info


    "hokiegal99 " <hokiegal99@hot mail.com> wrote in message
    news:3FFA154F.7 090100@hotmail. com...[color=blue]
    > Is there an easy way to get info from browsers on what plugins they have
    > installed? For example, what version of quicktime does the browser have
    > installed if any?
    >
    > Thanks
    >[/color]

    with javascript

    --
    Chris Mosser


    Comment

    • hokieghal99

      #3
      Re: browser plugin info

      Chris Mosser wrote:[color=blue]
      > "hokiegal99 " <hokiegal99@hot mail.com> wrote in message
      > news:3FFA154F.7 090100@hotmail. com...
      >[color=green]
      >>Is there an easy way to get info from browsers on what plugins they have
      >>installed? For example, what version of quicktime does the browser have
      >>installed if any?
      >>
      >>Thanks
      >>[/color]
      >
      >
      > with javascript
      >
      > --
      > Chris Mosser
      >
      >[/color]

      php can't do it?

      Comment

      • Chris Mosser

        #4
        Re: browser plugin info



        "hokieghal9 9" <hokiegal99@hot mail.com> wrote in message
        news:btebbs$irg $1@solaris.cc.v t.edu...[color=blue]
        > Chris Mosser wrote:[color=green]
        > > "hokiegal99 " <hokiegal99@hot mail.com> wrote in message
        > > news:3FFA154F.7 090100@hotmail. com...
        > >[color=darkred]
        > >>Is there an easy way to get info from browsers on what plugins they have
        > >>installed? For example, what version of quicktime does the browser have
        > >>installed if any?
        > >>
        > >>Thanks
        > >>[/color]
        > >
        > >
        > > with javascript
        > >
        > > --
        > > Chris Mosser
        > >
        > >[/color]
        >
        > php can't do it?
        >[/color]

        php only has access to the info provided in the request headers and browser
        plugins aren't part of that info. At least not last time I checked.
        --
        Chris Mosser


        Comment

        • Ed Seedhouse

          #5
          Re: browser plugin info

          On Tue, 06 Jan 2004 07:57:32 -0500, hokieghal99 wrote:
          [color=blue][color=green][color=darkred]
          >>>Is there an easy way to get info from browsers on what plugins they have
          >>>installed?[/color][/color][/color]
          [color=blue][color=green]
          >> with javascript[/color][/color]
          [color=blue]
          > php can't do it?[/color]

          It just blows me away that people can't comprehend the difference
          between a server-side and a client-side language!

          No, of course "php can't do it" it isn't SUPPOSED to be able to
          do it. That's not a bug, that's a FEATURE.

          Ed

          Comment

          Working...