PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
I prefer the simpler JavaScript approach promoted by Andrew, but an alternative approach is as follows: As you mentioned, create a form field of type "Button" and set the action to go to the next page as follows: 1. On the "Actions" tab, select "Add", and then select "Execute Menu Item" as the "Type of Action" (Press "E" to move directly to this option on the drop-down list.) 2. Then select "Edit Menu Item" to specify the action more specifically. 3. Select "Document" from the menu across the top of the "Menu Item Selection" window, and then select "Next Page" from the "Document" menu. 4. Then select "OK", "Set Action", and "OK". 5. Of course, don't forget to assign a "Button Face Attribute" (i.e., a message to appear on the button, such as "Next Page") on the "Options" tab. -----Original Message----- From: Andrew Clark [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 11:05 AM To: [EMAIL PROTECTED] Subject: Re: [PDF-Forms] Add Go To Previous or Next Button on PDF PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________ Use javascript on the mouse up action: this.pageNum++ to go to the next page this.pageNum-- to go to the previous page. ----- Original Message ----- From: "Nguyen, Tam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 3:47 PM Subject: [PDF-Forms] Add Go To Previous or Next Button on PDF > > PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ > __________________________________________________________________ > > Hi, > > How can I add Go to Previous or Next button on PDF file? I assume I would > have the Previous, and Next button on the pdf, how do I set the action on > these buttons to whether it go forthback or backward? > > Thanks in advance, > > Tam > > To change your subscription: > http://www.pdfzone.com/discussions/lists-pdfforms.html > > To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
