Skip to main content
Inspiring
May 27, 2020
Answered

Is it possible to move to a specific page according to specific conditions?

  • May 27, 2020
  • 2 replies
  • 681 views

The question is the same as the subject.  Is it possible to move to a specific page according to specific conditions ?  This question is not to change the page structure, but to change the displayed page.  Of course using JavaScript.

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer try67

Depends on what conditions you mean, but yes. Jumping to a page is easy:

this.pageNum = 9;

This will take you to page 10 of the file.

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
May 27, 2020

Depends on what conditions you mean, but yes. Jumping to a page is easy:

this.pageNum = 9;

This will take you to page 10 of the file.

Inspiring
May 27, 2020

thank you for your kindness ! God bless to you !