PDF hyperlink want button not text ...

B

brooksr

I'm new to FP2003.

I have a PDF file and can link to it with hypertext by drag and drop.

I want to have a button that bring up the PDF file.

I tried Insert, Form, Push Button. Then, set the Hyperlink Property of
the button to the PDF file, then when clicked in Preview, nothing
happens ...

Thanks,

Brooks
 
T

Thomas A. Rowe

Consider using a image (button), not a form field button.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
B

brooksr

Here's the code:

This works:

<p><a href="test.pdf">test. PDF</a></p>

This seems to do nothing:

<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p><a href="test.pdf"><input type="button" value="Button"
name="B3"></a></p>
</form>

Brooks
 
T

Thomas A. Rowe

You can not use the FP form handler to process hyperlinks. You would have use JavaScript, it is
easier to just use a image as the link

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top