<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% If Len(Request("Marca")) <> 0 Then Response.Cookies("Marca") = Request("Marca") End If If Len(Request("Descripcion")) <> 0 Then Response.Cookies("Descripcion") = Request("Descripcion") End If If Len(Request("Logo")) <> 0 Then Response.Cookies("Logo") = Request("Logo") End If If Len(Request("Envio")) <> 0 Then Response.Cookies("Envio") = Request("Envio") End If %> <% Session("Etapa") = 3 Session("NuevoRegistro") = "NuevoRegistro" Response.Redirect("login.asp") %>