For a few weeks, I've been grawing at this issue, and unfortunately, seem to be no closer than when I started.
The pub on which I am currently working is text-based, but on present estimates could have as many as 4000 to 5000 pages, thereby requiring an enhanced type of navigation. I've included an auto bookmarking logon system that will automatically return a user to the last page opened, but...
I would like to be able to display a drop-down object (text, list-box, whatever) which will show the last few pages, say 5, visited by the user.
Preferably, this would show the most recent page at the top, and this page would migrate down the list until it drops off the end.
To perhaps complicate this a bit more, I would prefer it if each page title could be a hyperlink so the user, by clicking on the title, moves automatically to the page.
I've not worked with arrays, but it seems to me that it might be possible to add this changing page list to an array. Unfortunately, that's where my creative juices dry up.
Can anyone suggest a possible solution? Please bear in mind that I'm pretty hopeless at scripting.