<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <%=company%> - <%=web_title%> - ®bÆ·‘ªÓÃ
 
®bÆ·‘ªÓÃ
<% if request.querystring("action")="class" and request.querystring("class_id")<>empty then call openrs(rs,"select * from product where s_classid='"&request.querystring("class_id")&"' order by px",1) else if request.querystring("action")="search" then call openrs(rs,"select * from product where product_num like '%"&request.form("search_num")&"%' order by px",1) else if request.querystring("action")=empty or request.querystring("action")="all" then call openrs(rs,"select * from product order by px",1) end if end if end if %>