% if request.form("contras1")="jr1" then response.Redirect("http://80.26.1.247/jr/index.asp?tienda") end if if request.form("contras2")="jr2"then response.Redirect("http://80.26.1.247/jr/index.asp?subasta") end if sub CargaTemas() on error resume next set cnx = Server.CreateObject("ADODB.Connection") cnx.Open "jrsubastas.com.jrweb", "qo673", "jrsubastas" set rs = cnx.execute("select * from TEMAS") if err.number<>0 then response.write err.description response.end end if while not rs.eof response.write "" rs.movenext wend end sub %>