%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%>
<%
mids = trim(session("Id"))
'mids=trim(Request("Id"))
if mids="" then HtmEnd "",2,"login8.asp"
org2 = 2
sql = "SELECT * from maners where id = "&mids&""
set rs=server.createobject("AdoDb.recordset")
rs.open sql,conn,3
if request("num")<>"" then
num=request("num")
if sum_chk(num)="0" then HtmEnd "數量請輸入數字!",1,""
num=cint(request("num"))
else
num=5
end if
%>