I have a report with 4 prompt pages. I would like to know how to create navigation buttons to jump directly to specific prompt pages. Each of the 4 prompt pages contains 4 navigation buttons: PAGE1 PAGE2 PAGE3 PAGE4
Create HTML buttons in your Prompt page. Based on the button the user selects, assign a unique value into a Textbox prompt(hidden prompt) using javascript. Create a condition variable using the prompt and render your pages accordingly.
Do you mean having only 1 prompt page instead of 4 and use javascript to simulate 4 prompt pages on 1 physical prompt page?
If it's the case, do you know where I can find that kind of javascript?
Thanks for your reply