I am using Visual Web Developer Express 2010 with VB scripting to create my web site. I would like to put a Back Button on each page but cannot find any instructions on how to do this - any help would be appreciated.

I am using Visual Web Developer Express 2010 with VB scripting to create my web site. I would like to put a Back Button on each page but cannot find any instructions on how to do this - any help would be appreciated.

Having asked the question I then found the following code which I added to my masterpage

<INPUT TYPE="button" NAME="Go Back!"
VALUE="Back" LANGUAGE="VBScript"
OnClick="call window.history.back(1)"
style="z-index: 1; left: 35px; top: 420px; position: absolute"></span>
</asp:Content>

However it does not solve the "next" problem. I have a Photo Gallery and want to have a next button to display the next image.

Any ideas?

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.