Use the
get page number method of one of the Vuzit open source client
libraries. Alternatively you can call the getPageCount method of the Javascript
library.
[link]
Vuzit, like Google Maps, needs the page to be loaded for it to function. You can use the
HTML body onload attribute but what is better is to use a Javascript framework to do it.
For jQuery it's the
$(window).load method and for
Prototype it's the
Event.observe(window)
method.
[link]
You can use the
onPageChanged event option of the Javascript
display
function.
[link]