slimshades26
Technical User
I've written pages in HTML and want the user to be able to press a "next page" button to see the each html page within the folder. Instead of hardcoding a link to each subsequent page in file I'd like the button or script to automatically go to the next html file in the folder. This would allow me to rearrange inbound links to the page without the pages appearing out of order, and eliminate coding error.
I can add a javascript code or any other code that will sit in a html based page. Though there are a lot of files I did not build the site as a database. Because I don't know how.
I have seen a few posts talk about return(next page) but the whole code wasn't provided (what goes in head tag and what the call on the page looks like).
so....
When user clicks on detail within a category a detail html page renders. Instead of user going back to "view all" I want user to be able to click through the detail pages one at a time if they choose.
Thanks in advance.
slimshades26
ss26
I can add a javascript code or any other code that will sit in a html based page. Though there are a lot of files I did not build the site as a database. Because I don't know how.
I have seen a few posts talk about return(next page) but the whole code wasn't provided (what goes in head tag and what the call on the page looks like).
so....
When user clicks on detail within a category a detail html page renders. Instead of user going back to "view all" I want user to be able to click through the detail pages one at a time if they choose.
Thanks in advance.
slimshades26
ss26