请问  我用了 <a onclick="javascript:window.open('sPage','kkk').focus()"><\a>打开了sPage这个页面 怎么才能使它打开了之后马上再刷新一次 因为直接这么打开需要的数据没有刷新。

解决方案 »

  1.   

    比较BT的做法:
    <a onclick="javascript:window.open('sPage','kkk').focus();Redirect='sPage'"></a>
      

  2.   

    没有刷新??
    不会吧,试试
    a onclick="javascript:window.open('xx.aspx?" + (Date.parse(new Date())) + "','kkk').focus()"><\a>
      

  3.   

    不好意思。说错了。
    JS里面应该是Location="sPage"^_^
      

  4.   

    没有刷新??
    不会吧,试试
    a onclick="javascript:window.open('xx.aspx?" + (Date.parse(new Date())) + "','kkk').focus()"><\a>
      

  5.   

    sPage
    <body onload = window.location.href="sPage.aspx">sPage.aspx.cs
    page_load()
    {
      Response.Expires = -1;
    }