Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Detect Version

Status
Not open for further replies.

LoveOpnSrc

Programmer
Feb 6, 2008
14
US
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
Code:
strAdobeReaderVersion = Request.Cookies("ReaderVersion")
But all this tells me is version 7 or higher. Is it possible to be more specific?

Thanks,
Jay
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top