Javascript는 이전 페이지로 돌아갑니다.
1. Javascript는 이전 페이지로 돌아갑니다.history.go(-1),history.go(-2);2개의 페이지를 반환합니다. back().
3. window.history.forward()는 다음 페이지로 돌아갑니다
4. window.history.go(어떤 페이지로 돌아갈지, 방문한 URL을 사용할 수도 있습니다)
예:
이전 페이지response.Write("")
response.Write("
Javascript를 사용하여 페이지를 새로 고치는 여러 가지 방법:
//1
history.go(0)
/ /2
location.reload()
//3
location=location
//4
location.sign(location)
//5
document.execCommand( '새로 고침')
//6
window.navigate(location)
//7
location.replace(location)
//8
document.URL=location.href
페이지 자동 새로고침 방법:
1. 페이지 자동 새로고침: 영역에 다음 코드를 추가합니다. 20은 20초마다 페이지를 새로 고치는 것을 의미합니다.
2. 자동 페이지 이동: Meta http-equiv="refresh" content="20;url=http://www.jb51.net">
Finger 20은 http://www.jb51.net/tools/files로 이동합니다. 20초 후 shtml 페이지
3. 페이지가 자동으로 js 버전을 새로 고칩니다
<스크립트 언어 ="JavaScript">
function myrefresh()
{
window.location.reload()
}
setTimeout('myrefresh) ()',1000); //1초마다 새로 고침을 1개 지정
ASP.NET은 상위 창 새로 고침 스크립트 문을 어떻게 출력합니까
//1
this.response.write("< ;script>opener.location.reload();" );
//2.
this.response.write("<script>opener.window.location.href = 오프너. window.location.href;</script>");
//3.
Response.Write("")
JS 새로 고침 프레임 스크립트 명령문
//
//Subwindow 상위 창 새로 고침
창을 닫을 때 새로 고치거나, 창을 열 때 새로 고치고 싶다면 에서 다음 문을 호출하면 됩니다.
창이 열릴 때 새로 고침
창이 닫힐 때 새로 고침