- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Click on the Page itself. Set the default presence to hidden.
While that page is still selected, under the prePrint event, add:
Page2.presence = "visible";
Then, under the postPrint event, add:
Page2.presence = "hidden";