<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>無標題頁</title>
<script language="javascript">
function back()
{
history.go(-1); //后退1頁
}
function forward()
{
history.go(+1); //前進1頁
}
function refresh()
{
history.go(-0) //刷新
}
</script>
</head>
<body>
<input type=button value=后退 onClick="back()">
<input type=button value=刷新 onClick="refresh()">
<input type=button value=前進 onClick="forward()">
<br/>
e維網(wǎng)絡
<h1 >
安全性最佳做法</h1>
</body>
</html>