前台

 

 function viewCart(){

 

                window.open("MyCart.aspx?);

}

 

 

后台

 

 string  strProductName2 = Request.QueryString["name"] == null ? "" : Request.QueryString["name"].ToString();

      strProductName = HttpUtility.UrlDecode(strProductName2, Encoding.GetEncoding("GB2312"));

 

相关文章: