拷贝下面的代码到你的html文件的和之间需要的地方
<a href onClick="parent.history.back();
return false;" onMouseOver="self.status='后退' ;return true;"><img
src="back.gif" border="0" WIDTH="35"
HEIGHT="34"></a> <a href onClick="parent.history.forward();
return false;" onMouseOver="self.status='前进'; return true;"><img
src="forward.gif" border="0" WIDTH="36"
HEIGHT="34"></a>
其中的back.gif和forward.gif可以替换成你自己的图片。
|