I am going crazy over this.
No error message on the javascetp console. Here is the code:
<a href="#" onclick="Javascript:goback();" onMouseOver="return changeEdit()"
onMouseOut="return changeEditBack()">
<img name="edit" src="images\edit1.gif" border="0" WIDTH="105" HEIGHT="25"></a>
function goback() {
history.go(-1);
}
Tried removing the function with onClick="history.go(-1)"
does not work!.
Using classic asp.
No error message on the javascetp console. Here is the code:
<a href="#" onclick="Javascript:goback();" onMouseOver="return changeEdit()"
onMouseOut="return changeEditBack()">
<img name="edit" src="images\edit1.gif" border="0" WIDTH="105" HEIGHT="25"></a>
function goback() {
history.go(-1);
}
Tried removing the function with onClick="history.go(-1)"
does not work!.
Using classic asp.