asked on
ASKER
ASKER
ASKER
ASKER
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
ASKER
I have a 22 page pdf document that users will navigate through using buttons on the top of the page. One of these buttons will take them to the contents page of the document. Each page will have a link to the contents page which is on page 3. Previously I have used the link tool in acrobat and created individual links on each page to navigate the user to the contents page. I want to know how to use the form field tool to create a link to a page in a document. The form field is the only button I know of that can be duplicated on each page automatically. Javascript is an option for the acrtion you assign to the form field button. I have tried 'this.pageNum=3' but this seems to come up with the wrong page.