% ' Comersus BackOffice Lite ' e-commerce ASP Open Source ' Comersus Open Technologies LC ' 2005 ' http://www.comersus.com %> <% on error resume next dim mySQL, conntemp, rstemp pCurrencySign = getSettingKey("pCurrencySign") pDecimalSign = getSettingKey("pDecimalSign") pIdZoneContent = getUserInput(request("idZoneContent"),10) pIdZone = getUserInput(request("idZone"),10) If getUserInput(request.form("submit"),20) <> "" Then MySQL = "DELETE FROM shippingZonesContents WHERE idShippingZonesContents=" & pIdZoneContent call updateDatabase(mySQL, rstemp, "comersus_backoffice_deleteZonesContents.asp") response.redirect "comersus_backoffice_listZoneAndContent.asp?IdZone="&pIdZone end if %>