| Subject: | Detecting Acrobat Reader & others | |
| Date: | 2005-02-23 08:22:37 | |
| From: | Hulkman | |
|
Response to: Detecting Acrobat Reader & others
|
||
|
Here's the full javascript code to detect any version of Acrobat:
|
||
Showing messages 1 through 6 of 6.
-
Detecting Acrobat Reader & others
2005-04-15 15:01:58 jas1114 [Reply | View]
What is the rest of this for loop:
if (navigator.plugins && navigator.plugins.length)
{
for (x=0; x ????????????
{ -
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.




Line: 22
Char: 13
Error: Expected';'
Code: 0
URL: http://www.shirleywilliamsart.com/index2.html
Can anyone please tell me what he the problem is???