View Single Post
Old 09-23-2016, 08:29 PM   #6
Alec Ford
Junior Member
Alec Ford began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2013
Device: none
Quote:
Originally Posted by kovidgoyal View Post
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
Alec Ford is offline   Reply With Quote