response.write "{"
   response.write """List""" & ":"

   QueryToJSONByDBTarget(strSql,"study").Flush

   Response.write ","
   response.write """Cate""" & ":"

   QueryToJSONByDBTarget(strCate,"study").Flush

response.write "}"

Posted by kunoo
,