<%@ Language=VBScript %> <% '************************************************************************* ' Function : Redirect user to ShopFront. ' Product : CandyPress Store Frontend ' Version : 2.4 ' Modified : June 2003 ' Copyright: Copyright (C) 2002 CandyPress.Com ' See "license.txt" for this product for details regarding ' licensing, usage, disclaimers, distribution and general ' copyright requirements. If you don't have a copy of this ' file, you may request one at webmaster@candypress.com '************************************************************************* Option explicit Response.Buffer = true Response.Redirect "/store/scripts/prodlist.asp?idCategory=17" %>