<input type="button" value="2단계 뒤로" onclick="history.go(-2);" />
<input type="button" value="뒤로" onclick="history.go(-1);" />
<input type="button" value="새로고침" onclick="history.go(0);" />
<input type="button" value="앞으로" onclick="history.go(1);" />


 

'.NET프로그래밍 > JavaScript 1.2' 카테고리의 다른 글

28. 폼(form)객체 - 2  (0) 2009.08.11
27. 폼(form) 객체 - 입력 값에 대한 유효성 검사  (0) 2009.08.11
25. 로케이션객체  (0) 2009.08.10
24. 도큐먼트객체  (0) 2009.08.10
23. 윈도우객체  (0) 2009.08.10
Posted by holland14
: