Skip to content

Instantly share code, notes, and snippets.

@littlebusters
Created December 21, 2012 02:34
Show Gist options
  • Save littlebusters/4350315 to your computer and use it in GitHub Desktop.
Save littlebusters/4350315 to your computer and use it in GitHub Desktop.
Fireworks JSF
function getCurrentPageIndex() {
var orgDom = fw.getDocumentDOM();
var orgPageIndex = orgDom.currentPageNum;
alert(orgPageIndex);
}
getCurrentPageIndex();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment