%a=7%><% BigClass=request("BigClass") set bigrs=server.createobject("adodb.recordset") if BigClass<>"" then sql="select top 1 * from BigClassgg where BigClassID="&cint(BigClass) bigrs.open sql,conn,1,1 if not bigrs.eof then BigClassName=bigrs("BigClassName") BigClass=cstr(bigrs("BigClassID")) bigrs.close set bigrs=nothing else response.Write("Operation of the illegal") response.End() end if end if %>