Closed Thread Icon

Preserved Topic: Detect Acrobat Reader plugin (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18465" title="Pages that link to Preserved Topic: Detect Acrobat Reader plugin (Page 1 of 1)" rel="nofollow" >Preserved Topic: Detect Acrobat Reader plugin <span class="small">(Page 1 of 1)</span>\

 
Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 12-10-2001 20:31

I read this:
archive thread, but I can't see to detect Acrobat Reader.

I'm trying:

code:
<script>
if (navigator.mimeTypes && navigator.mimeTypes["application/pdf"]){
window.location ="whatever.htm"
}
else{
document.write("Blah")
}
</script>



but I always get the ELSE result. I need something for IE 5+, and I'm stuck. Ideas?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 12-10-2001 21:31

Read bottom of this page: http://www.rgagnon.com/jsdetails/js-0056.html


« BackwardsOnwards »

Show Forum Drop Down Menu