ページを指定してノンブルを取得する


var myPage = app.activeDocument.pages.item(3);
alert(myPage.name);