Instead of using the browser back/forward buttons, I want to create my own on the web page. Anyone have an idea as to how this is accomplished?

Recommended Answers

All 2 Replies

hello try this:

<FORM>
 <INPUT type="button" value="Click here to go back" onClick="history.go(-1)">
 <INPUT type="button" value="Click here to go forward" onClick="history.go(1)">
</FORM>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.