Posted By:
Nitesh_Naveen
Posted On:
Tuesday, August 20, 2002 03:13 AM
navigator.mimeTypes["application/pdf"].enabledPlugin
will give you null if teh client machine has no pdf readers configuered. The PDF reader need not be Acrobat Reade. you can probably try a code like this...
mimetype = navigator.mimeTypes["Application/PDF"]
if (mimetype) {
plugin = mimetype.enabledPlugin
if (plugin)
document.writeln("