Quote:
Originally Posted by kovidgoyal
Code:
<p id="pagenum"></p><script>if (_PAGENUM_ > 5) document.getElementById("pagenum").innerHTML = _TITLE_ + " " + _AUTHOR_</script>
And you can change the _TITLE + " " + _AUTHOR_ to whatever fancy HTML snippet you like.
|
Thanks, but, well I can get this to work
Code:
<p id="pagehead"></p><script>if (_PAGENUM_ > 1) document.getElementById("pagehead").innerHTML = "Page "+ ( _PAGENUM_ -1) </script>
As soon as I try any property other than _PAGENUM_ I get nothing out