works in view preview in frontpage but not the net (Full Version)

All Forums >> [Web Development] >> General Web Development



Message


J-man -> works in view preview in frontpage but not the net (4/28/2002 23:46:56)

thanks for reading this. i'm working in FP2000 and when i view the page the code kick in and tells me if the acrobat reader has been installed... and it tells me that it has (and i do have it installed.. so it works) but when i put the htm up to the server... it tells me that it is not installed. This is very weird !
on the net it is here:
www.instant-qualifier.com/ex.htm (and you need to click the second "click here") to go to teh detect page. Can someone verify that i'm not going crazy !!!!
the code to detect is this:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>ACROBAT TESTING</title>
</head>
<body>

A window may pop-up asking if you want to allow this interaction.
You will need to select YES in order to determine whether Acrobat Reader has been
installed.
<p></p>

<SCRIPT LANGUAGE="Javascript">
<!--
// detection for Netscape
var useAcrobat = navigator.mimeTypes &&
navigator.mimeTypes["application/pdf"]
//-->
</SCRIPT>
........
<SCRIPT LANGUAGE="VBScript">
<!--
on error resume next
useAcrobat = not IsNull(CreateObject("AcroExch.Document"))
//-->
</SCRIPT>

<SCRIPT>
<!--
if (useAcrobat)
document.write("Acrobat reader ok");
else
document.write("Acrobat reader not found");
//-->
</SCRIPT>

</body>

</html>

 




Shirley -> RE: works in view preview in frontpage but not the net (4/29/2002 0:53:17)

It tells me acrobat reader not found and yes I have the latest version

Shirley
cmycat.com
Money Tree Web Design
Omaha Homes Online




PBailey -> RE: works in view preview in frontpage but not the net (4/29/2002 4:09:37)

J-man,
I get the not found message. I have 5.0 installed.

 Paula
So much to learn......




J-man -> RE: works in view preview in frontpage but not the net (4/29/2002 12:10:52)

Shirley & PBailey --> could you try it again when you find the time.. thank you sooo much ! I would also like to get a macintosh test. If any one has a mac could you also try the detection. Thanks everyone. This question doesn't really fit in anywhere so i think i run a testing poll in the lounge. Cheers !

 




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.0625