<%@ LANGUAGE="VBSCRIPT" %> <% PageStrings = "482, 483" 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 DESTINATION MENU 'Originally we had one long database generated 'page of all destinations to make modifications. 'Unfortunately this just seemed to cause errors 'on browsers, especially on older computers with 'less resources. Therefore we introduced this 'page to split destinations into three alpha- 'betically. '----------------------------------------------- %> <% =GetString("Config_headtitle") %>
<% WriteString("PageTitle_ShippingDestinationCountries") %>
<% WriteString("ContentText_ShippingDestinationCountriesPagetext") %>
<% objDataConn.Close set objDataConn = nothing %>