Hi Folks,
I'm just curous as to whether there's a way for PHP to detect whether someone's browser is set to open PDFs in the browser window, open them externally in acrobat reader, or just download the file. See, I currently have a resume set to open in target="_blank" but this runs even if the browser downloads the pdf, and the user is left with an empty browser window hangin out there. I'm pretty sure there's no way to force one behavior over the other, but I thought if I could detect which was going to happen, I could run something differently.
Cheers,
Jason