用window.location.replace("xxx.htm")打开新窗口或打开无菜单的窗口。搜索一下,这样的问题以前有许多

解决方案 »

  1.   

    close self
    and 
    open new
      

  2.   

    那就只能用
    <body onclick='if(event.srcElement.tagName=="A")location.replace(event.srcElement.href)'><a href=about:1>a</a>
    <a href=about:2>a</a>
    <a href=about:3>a</a>
    <a href=about:4>a</a>
      

  3.   

    我用的是asp语句,肯定可以的
    <%
    Response.Buffer = True Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" 
    %>
    把上面的放着网页最开始