Hi,
I have a code here, a back button in such.
Here is the code:

<FORM>
<INPUT TYPE="button" name="but1" value="Go Back" onClick="window.location='jbutton.htm'">
</FORM>

Please use HTML to do this IF POSSIBLE.

I would like to use a image with like say

<h2>

above it, and both the picture and the words are linked to make it go back.

Thank you.

Recommended Answers

All 2 Replies

If you want a back button with an image on it, Use the following code <a href="javascript:history.go(-1)"><img src="img url here" alt="Go back" />Back</a>

Thanks

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.