Avatar

Level 4

Using the currentPage script still doesn't have the user start at the top of the page. 

But having different parts firing at different times gave me the idea for a work-around.  Since I have Navigation OK buttons at the top of the pages, instead of using the .currentPage script I used the .setFocus script which sets the focus to the OK button.  The mouseUp event changes the presence of the pages and the click event sets the focus.  This in effect has the user starting at the top of the page. 

Having the click event set the presence of the the Ok button to invisible works also.  As long as the Ok button is visible when the MouseUp event fires, there are no problems.  But no need to over-engineer it in this instance. 

Thanks for the helpful hint Niall.

P.S if anyone knows a more "correct" way of doing this, I'd love to hear it.