%@ ENABLESESSIONSTATE = FALSE %>
<% dim classid,classname,typeid,typename if IsNumeric(Request.QueryString("id"))=False then Response.Redirect"info.asp?info=錯誤的參數" else id=cint(Request.QueryString("id")) end if set temprs=conn.execute("select typeid,classid,name from desktop where id="&id) typeid=temprs(0) classid=temprs(1) filename=temprs(2) set temprs=nothing set temprs=conn.execute("select name from class where id="&classid) classname=temprs(0) set temprs=nothing set temprs=conn.execute("select name from type where id="&typeid) typename=temprs(0) set temprs=nothing %>
|
|||||||||||||||