% Myself = Request.ServerVariables("PATH_INFO") CategoryID = CStr(Trim(Request("CategoryID"))) 'If CategoryID = Empty Then ' Response.Redirect "HairCare.asp?CategoryID=001" 'End If SQL = "Select * From product Where CategoryID= '" & CategoryID &"' Order By ModelNo" Set rs = GetMdbStaticRecordset( "Dickson.mdb", SQL) If rs Is Nothing Then Response.Write "GetMdbStaticRecordset ©I¥s¥¢±Ñ!" Response.End End If %>