<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript">
</script>
</head>
<body>
<input type="button" value="href" onclick="location.href='http://www.yahoo.com.tw'"/>
<input type="button" value="replace" onclick="location.replace('http://www.yahoo.com.tw')"/>
</body>
</html>
通常用reload會出現上一頁的按鈕讓使用者回去前一頁,
但今天如果不想讓使用者回前一頁的話,
可以使用replace()的方式就不會有這個問題出現
沒有留言:
張貼留言