하나: 이 페이지 새로 고침
프런트엔드:
백엔드: Response.Write("
") 두 번째: 상위 페이지 새로 고침
프런트엔드: opener.location.href=opener. location .href;
백엔드: Response.Write("
")
3: 지정된 웹 페이지에 대한 링크
프론트엔드:
MSDN에서는 window.navigate( sURL) 이 메소드는 IE용이며 FF에는 적용되지 않습니다. HTML DOM Window Object에는 window.navigate 메소드가 전혀 나열되지 않습니다.
백엔드: Response.Write("
")
또는: Response.Write("NewUrl")
4: Iframe 새로 고침
전경: <script> <script><script>window.location.href=window.location.href;</script> 다섯 번째: 정기 새로 고침<script>window.location.href=window.location.href;</script>function flash(){window.location.href="http://www.jb51.net";setTimeout("flash()",1000);} //1000은 1초입니다<script>opener.location.href=opener.location.href;</script><script>window.location.href='http://www.jb51.net';</script> <script>window.location.href='yourpage.aspx';</script><script>iframe名字或者ID.location.reload(true);</script>setTimeout("self.location.reload();",1000);<script>setTimeout("location.href=http://www.jb51.net",2000)</script>1초에 한 번