2014年3月15日 星期六

asp-code-value update ajax

if 1=0 then
response.write("<span>Customer : </span>")
'response.write("<span>"&Pcus &"</span>")
SQLStmt.CommandText="select name from customer where no_ ='" &pcus&"'"
SQLStmt.CommandType = 1
RS.Open SQLStmt
if  Not RS.EOF   then
CUSNAM=rs("name")
response.write(CUSNAM)
end if
rs.close
end if

沒有留言:

張貼留言