【弹出对话框里面自定义数据】订单号,该如何解决
【弹出对话框里面自定义数据】订单号C# codestring numid2312312.tostring();Response.Write(scriptaler
【弹出对话框里面自定义数据】订单号
C# codestring numid=2312312.tostring();Response.Write("<script>alert('亲!礼品兑换成功了。订单号是【'"+numid+"'】);window.location.href='dingdan.aspx'</script>");
不弹出来 。请问要用哪种方式才能 这样加。
[解决办法]ASP.NET弹出对话框几种基本方法
[解决办法]Response.Write("<script>alert('亲!礼品兑换成功了。订单号是【"+numid+"】);window.location.href='dingdan.aspx';</script>");