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 was able to use this code, like this
But all this tells me is version 7 or higher. Is it possible to be more specific? Since the release of 9 it has broken stuff 
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 was able to use this code, like this
Code:
strAdobeReaderVersion = Request.Cookies("ReaderVersion")
Thanks,
Jay