%@ LANGUAGE="VBSCRIPT" %> <% PageStrings = "400, 445, 875, 876, 877, 878, 879, 880, 881" strThisBackPage = "config" %> <% '=============================================== ' CactuShop ASP Shopping Cart ' ©1999-2004 Cactusoft Ltd. www.cactusoft.com '=============================================== ' All rights reserved. ' Use of this code is covered by the terms and ' conditions in the license agreement. No ' unauthorized duplication or distribution is ' permitted. Cactusoft's copyright notices must ' remain in the ASP sections of the code. '=============================================== '----------------------------------------------- 'MODIFY LANGUAGES 'Switch languages on/off and change their names '----------------------------------------------- strQuery = "SELECT * FROM tblCactuShopLanguages" Call ExecuteSQL(strQuery, numCursorType, objRecordSet) %>