JavaScript Editor js editor     Web development 



Main Page

Specifies the relative order of pages in a page frame. Available at design time and run time.

Page.PageOrder[ = nOrder]

Parameters

nOrder


Specifies the relative order of a page in a page frame.

Remarks

Applies To: Page

If a page frame contains five pages and you want the third page displayed last, set the PageOrder property of the third page to 5. The PageOrder setting for the fourth page becomes 3, the PageOrder setting for the fifth page becomes 4, and so on.

Note:
PageOrder settings don't have to be sequential. Also, the PageOrder must be less than or equal to the number of pages in a page frame.

See Also



JavaScript Editor js editor     Web development