62,268
社区成员
发帖
与我相关
我的任务
分享 function alertzhy(az)
{
if(confirm(az))//document.all("passTxt").value!=""
{
document.all("passTxt").value="yes";
//这句可不能掉哟!
}
else
{
document.all("passTxt").value="no";
}
} ScriptManager.RegisterStartupScript(this.Button1, this.GetType(), "alertScript", "alertzhy('商品已超上限,请联系:wwww,电话为:wwww,是否确认超出?')", true);//
this.TextBox1.Text = this.passTxt.Value; //document.all("passTxt").value;<input id="passTxt" type="hidden" runat="server" />