紧急求助,怎么办
asp吧
全部回复
仅看楼主
level 1
厦门仙人 楼主
2016年02月21日 01点02分 1
level 1
厦门仙人 楼主
<%
if (Request("pinzhong").count > 0)
{
Session("t1")=Request("pinzhong")(1);
Session("st1")=Request("select")(1);
}
if (Request("pinzhong1").count >0)
{
Session("t2")=Request("pinzhong1")(1);
Session("st2")=Request("select1")(1);
}
if (Request("pinzhong2").count >0)
{
Session("t2")=Request("pinzhong2")(1);
Session("st2")=Request("select2")(1);
}
if (Request("pinzhong3").count >0)
{
Session("t3")=Request("pinzhong3")(1);
Session("st3")=Request("select3")(1);
}
if (Request("pinzhong4").count >0)
{
Session("t4")=Request("pinzhong4")(1);
Session("st4")=Request("select4")(1);
}
if (Request("pinzhong5").count >0)
{
Session("t5")=Request("pinzhong5")(1);
Session("st5")=Request("select5")(1);
}
if (Request("pinzhong6").count >0)
{
Session("t6")=Request("pinzhong6")(1);
Session("st6")=Request("select6")(1);
}
if (Request("pinzhong7").count >0)
{
Session("t7")=Request("pinzhong7")(1);
Session("st7")=Request("select7")(1);
}
if (Request("pinzhong8").count >0)
{
Session("t8")=Request("pinzhong8")(1);
Session("st8")=Request("select8")(1);
}
if (Request("pinzhong9").count >0)
{
Session("t9")=Request("pinzhong9")(1);
Session("st9")=Request("select9")(1);
}
if (Request("pinzhong10").count >0)
{
Session("t10")=Request("pinzhong10")(1);
Session("st10")=Request("select10")(1);
}
if (Request("pinzhong11").count >0)
{
Session("t11")=Request("pinzhong11")(1);
Session("st11")=Request("select11")(1);
}
Response.Redirect("buy.asp");
%>
2016年02月21日 01点02分 2
1