Show page Number

What is the script to display the page number in the html according to the placement in the TOC?

Do you use the Browse Sequence mode? See http://www.htmlexe.com/help/browsesequence

No not like that. Ok , it is more like on the HTML page itself that shows a number in the footer according to its placement in the TOC.
For example:

<html>
<body> The silver fox climbed up a wall.
<footer>
<script>HTMLEXEscript showing page number acoording to placement in TOC (Page 22)</script>
</footer>

</body>
</html>

Then it’s not possible without having to make some internal modifications to expose the current item of the TOC to the HEScript engine. We’ve added the suggestion to the TODO list.

1 Like