上一页 返回教程首页 下一页
名称
前进后退的图片按钮
实例
教程
第一步:拷贝下面的代码到你的html文件的<body>和</body>之间需要的地方;
<a href ="" onClick="parent.history.back(); return false;" onMouseOver="self.status='后退' ;return true;"> <img src="back.gif" border=0></a> <a href ="" onClick="parent.history.forward(); return false;" onMouseOver="self.status='前进'; return true;"> <img src="forward.gif" border=0></a>
说明:其中的back.gif和forward.gif可以替换成你自己的图片