<%Response.ContentType = "text/vnd.wap.wml" Response.AddHeader "Content-Location", "nocache" Response.Expires = -1 Response.AddHeader "Pragma", "no-cache" Response.AddHeader "Cache-Control", "no-cache, must-revalidate" response.buffer= true %> <% conexion.open Set rs=Server.CreateObject("ADODB.Recordset") Set tel=Server.CreateObject("ADODB.Recordset") p=request.querystring("p") t=request.querystring("t") sql="select * from push_si where telefono="&t&" and descargado=0" rs.open sql,conexion if not rs.eof then %> <%''and mensaje="&p&" sqlup="UPDATE PUSH_SI SET descargado=1 where id_si="&rs("id_si") conexion.execute sqlup redir=rs("ruta") & p & rs("tipo") %>

Descarga aqui

<%else%>

Error Su telefono no ha sido activado.

<%end if%>