PDA

View Full Version : just a quick easy quiestion ???


steveg
07-19-2002, 01:41 PM
ok, this should be easy. I need this link below to go one step back in the history when the graphic is clicked on.

<A HREF="personal.htm" onMouseOver="searchx.src=rsearchx.src" onMouseOut="searchx.src=bsearchx.src"><IMG SRC="images/searchx_b.jpg" NAME="searchx" BORDER="0"></A>


rather than to personal.htm.

I know its something like "history.back()" but I'm not sure how to get it working correctly.

Thanks in advace for you help.

Steve.:confused:

x_goose_x
07-19-2002, 01:51 PM
Replace:
HREF="personal.htm"
with:
href="javascript: history.back()"