LoveOpnSrc
Programmer
Hi,
I am trying to resolve an issue between versions 6 - 9. I need to detect what version is trying to open the PDF file. I am currently use asp like this
But all this tells me is version 7 or higher. Is it possible to be more specific?
Thanks,
Jay
I am trying to resolve an issue between versions 6 - 9. I need to detect what version is trying to open the PDF file. I am currently use asp like this
Code:
strAdobeReaderVersion = Request.Cookies("ReaderVersion")
Thanks,
Jay