Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

history.go(-1) does not work in firefox/netscape8

Status
Not open for further replies.

raghu3

Programmer
Dec 19, 2005
96
US
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top