Avatar

Level 2

I have a button on my multi-page form.  After clicking this button, I'd like to navigate to another page in the PDF.

I did a quick search on the forums and found a couple of ways, but neither works for me.

1) this.pageNum=X;  // what object has a pageNum property?

2) event.target.pageNum=X; // I don't think this works for me because the event is a "click" and the target is my button...there is no pageNum property.

I'm using javascript in my click method.  Any help is greatly appreciated!

Thanks