<% ' Comersus Sophisticated Cart ' Developed by Rodrigo S. Alhadeff ' Open Source License can be found at License.txt ' http://www.comersus.com ' Details: redirects to default index page inside the store %> <% pIdAffiliate=request.querystring("idAffiliate") if isNumeric(pIdAffiliate) then response.redirect "store/default.asp?idAffiliate="&pIdAffiliate else response.redirect "store/default.asp" end if %>