解决方案 »

  1.   

    Respnose.Write("<a href='aaa.aspx?id="+strid+"' target=_self>");
    -------------
    Respnose.Write("<a href='aaa.aspx?id="+strid+"' target=_self>XXX</a>");
      

  2.   

    我来再改一下:
    Respnose.Write("<a href='aaa.aspx?id=" + strid.ToString() + "' target=_self>XXX</a>");
      

  3.   

    Respnose.Write("<a href='aaa.aspx?id=" + strid.ToString() + "' target=_self>要链接的内容</a>");
      

  4.   

    Response.Write("<script>alert('保存成功!');window.location.href='URL';</script>");