페이지 새로 고침 실현 방식 요약(HTML,ASP,JS)

정시 리 셋:1,setTimeout("location.href='url',2000)설명:url 은 리 셋 할 페이지 URL 주소 2000 은 대기 시간=2 초,2,설명:n is the number of seconds to wait before loading the specified URL.url is an absolute URL to be loaded.n,기다 리 는 시간 입 니 다.초 단위 url 은 새로 고침 할 페이지 URL 주소 3,<%response.redirect url%>설명:일반적으로 url 매개 변수 나 폼 전송 값 으로 어떤 조작 이 발생 했 는 지 판단 한 다음 response.redirect 를 이용 하여 새로 고침 합 니 다.4.프레임 페이지top.leftFrm.location.reload()새로 고침;parent.frmTop.location.reload();정시 새로 고침:1,setTimeout("location.href='url',2000)설명:url 은 새로 고침 할 페이지 URL 주소 2000 은 대기 시간=2 초,2,설명:n is the number of seconds to wait before loading the specified URL.url is an absolute URL to be loaded.n,기다 리 는 시간 입 니 다.초 단위 url 은 새로 고침 할 페이지 URL 주소 3,<%response.redirect url%>설명:일반적으로 url 매개 변수 나 폼 전송 값 으로 어떤 조작 이 발생 했 는 지 판단 한 다음 response.redirect 를 이용 하여 새로 고침 합 니 다.4.프레임 페이지top.leftFrm.location.reload()새로 고침;parent.frmTop.location.reload();

좋은 웹페이지 즐겨찾기