Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/10/2008, 08:22
Avatar de JuanRAPerez
JuanRAPerez
Colaborador
 
Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses
Puntos: 27
Respuesta: Leer web en texto para extraer datos

ummm

era un codigo como este

Código asp:
Ver original
  1. Response.Buffer = True
  2.   Dim objXMLHTTP, xml
  3.   Set xml = Server.CreateObject("Microsoft.XMLHTTP")
  4.   xml.Open "GET", "http://www.google.com", False
  5.   xml.Send
  6.      Cadena = CSTR(xml.responseText)
suerte
__________________
JuanRa Pérez
San Salvador, El Salvador