%@LANGUAGE="JAVASCRIPT"%> <% sp_count("spill_side"); /* var RSMake = Server.CreateObject("ADODB.Recordset"); RSMake.ActiveConnection = MM_dbGuest_STRING; RSMake.Source = "select M.make_id, M.make_nm from make M inner join make_cat MC on M.make_id = MC.make_id where MC.cat_id = "+ RSMake__MMColParam.replace(/'/g, "''") + " order by M.make_nm"; RSMake.CursorType = 0; RSMake.CursorLocation = 2; RSMake.LockType = 3; RSMake.Open(); */ %>
| |||||||||||