Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

HTTP Button

Avatar

Not applicable
Does Reader allow HTTP Buttons to execute? I want it to load a html document located on the web.
7 Replies

Avatar

Level 10
So there is a link in the PDF and you want Reader to go to that link?



Is this form being viewed inside of a browser?

Avatar

Not applicable
Actually, its just a simple html document that has javascript to check the querystring for the Form version.



http:\\www.somewhere.com\version.html?version=1.01

Avatar

Level 10
Then to answer your quetion ...no you can't get to functions outside of Acrobat ....which Form version are you checking? There may be an internal function to get the information you want.

Avatar

Not applicable
Hi Paul,



I am hardcoding the version # in the form and would like a button to open a browser window with a hard coded url:



http:\\www.somewhere.com\version.html?version=1.01



everytime I make a new version I will re hardcode the url.



Thanks,

Avatar

Level 10
Then you would have to open the HTML page in a browser, click on the link then have the browser load the Reader plugin and brin up the form.

Avatar

Not applicable
OK I have a strange issue.



I can get this to work sometimes on Reader 8



I have an HTTPButton that opens a html document located on the net.

Sometimes it opens in the Reader screen (which loads the html) and sometimes it tries to launch an IE Broswer (which doesnt load the html)



Im not sure if I am geting false hope here.