主题:如果点确定代码该怎样写?
<%if ((rs4("fenxi_total") Mod rs1("hw_jsjb"))+(a*1))-rs1("hw_jsjb")>=0 and rs1("hw_jj")-rs1("hw_bdpl")>0 then
StrMsg="【"&rs1("hw_name")&"】"&"将被删除"
response.write "<script language=javascript>confirm('"&StrMsg&"'+'您确定吗?')</script>"
'想在这加入:
'****
if 点确定 then
....
end if
'***
end if%>
如果点确定代码该怎样写?
StrMsg="【"&rs1("hw_name")&"】"&"将被删除"
response.write "<script language=javascript>confirm('"&StrMsg&"'+'您确定吗?')</script>"
'想在这加入:
'****
if 点确定 then
....
end if
'***
end if%>
如果点确定代码该怎样写?