You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
488 B

<%@ Page Language="C#" Inherits="cs_ShoppingCart" Src="cs_ShoppingCart.aspx.cs" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<html>
<head runat="server">
<script type="text/javascript">
// load, specified by param, a product category
function ProductsLoad(CategoryID)
{
CategoryID = CategoryID.replace("node1_", "");
CategoryID = CategoryID.replace("node2_", "");
CategoryID = CategoryID.replace("node3_", "");