How do have visitor to browse pages using PageID?
Visitor comes to the page, it is frame based.
On the top frame, there are previous and next buttons and mainframe has the actual page starting with PageID=5.
By clicking on the previous button mainframe shows page 4, and next button shows page 6. Remember the current page number should increase/decrease when buttons are clicked.
<a href="page.php?PageID=6" target="mainFrame">Prev</a> |
You are currently on page 5
<a href="page.php?PageID=4" target="mainFrame">Next</a>
Can you help me on this solution? Pages are in PHP...
Visitor comes to the page, it is frame based.
On the top frame, there are previous and next buttons and mainframe has the actual page starting with PageID=5.
By clicking on the previous button mainframe shows page 4, and next button shows page 6. Remember the current page number should increase/decrease when buttons are clicked.
<a href="page.php?PageID=6" target="mainFrame">Prev</a> |
You are currently on page 5
<a href="page.php?PageID=4" target="mainFrame">Next</a>
Can you help me on this solution? Pages are in PHP...