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 ...

Here is the code:

This works:

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

This doesn't:

<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>

Thanks,
Brooks
 
T

Thomas A. Rowe

See replies to your original post.

--
==============================================
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