%@ LANGUAGE="VBSCRIPT" %> <% PageStrings = "359, 620, 621, 622, 623, 624, 625, 626" strThisBackPage = "products" %> <% '=============================================== ' 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. '=============================================== Dim numErrorNo numErrorNo = 0 If Not Request.Querystring("blnSubmitted") = "True" Then numErrorNo = 2 Dim strCategories, strRelations, numParentID, strParentName aryCategories = Split(Request.Querystring("strCategories"), ",") strRelations = Request.Querystring("strRelations") numParentID = Request.Querystring("numParentID") strParentName = Request.Querystring("strParentName") %>
| <% WriteString("PageTitle_DefineRelatedProducts") %> |
| <% =strParentName %> |
| <% WriteString("ContentText_ErrorChkMasterCategorySelected") %> |
| << <% WriteString("ContentText_BackLink") %> |
| <% WriteString("ContentText_ErrorChkRelatedProdIncorrectUse") %> <% WriteString("ContentText_CloseWindowLink") %>. |