<input
type="image"
name="btnBack"
id="btnBack"
src="/Image/back.gif" onmouseover="this.src='/Image/back_over.gif';"
onmouseout="this.src='/Image/back.gif';"
align="absMiddle"
title="Click to go back a page."
onclick="history.back();">
This is not working. The same code works for input type=button but not image? Any help at all would be appreciated.
type="image"
name="btnBack"
id="btnBack"
src="/Image/back.gif" onmouseover="this.src='/Image/back_over.gif';"
onmouseout="this.src='/Image/back.gif';"
align="absMiddle"
title="Click to go back a page."
onclick="history.back();">
This is not working. The same code works for input type=button but not image? Any help at all would be appreciated.