%@ LANGUAGE="VBSCRIPT" %> <% PageStrings = "400, 450, 451, 489, 905, 906, 908, 909, 910, 911" 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 TAXRATES 'This page pulls out the current tax rates into 'a form from where they can be updated if 'necessary. '----------------------------------------------- strQuery = "SELECT * FROM tblCactuShopCurrencies ORDER BY CUR_ID" Call ExecuteSQL(strQuery, numCursorType, objRecordSet) %>