<%if session("admin_user")="" then response.Redirect("login.asp") end if id=request.QueryString("id") sql="select * from probigtype where id="&id set rs=conn.execute(sql) %> 优创(北京)电子有限公司-后台管理系统
修改产品系列
系列名称 " size="10" />
 
<% if request.Form("Submit")="修改" then pinpai=trim(request.Form("pinpai")) sql2="update probigtype set pinpai='"&pinpai&"' where id="&id conn.execute(sql2)%> <%end if rs.close conn.close set rs=nothing %>