Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/09/2005, 11:28
Avatar de onlykfk
onlykfk
 
Fecha de Ingreso: agosto-2005
Ubicación: 20°45' Latitud Norte 100°
Mensajes: 121
Antigüedad: 19 años, 5 meses
Puntos: 1
Tal vez esto te pueda servir.
<html>
<head>
<script language=javascript>
function RetrieveGoogleFrontPage()
{
var XmlHttp = new ActiveXObject("Msxml2.XMLHTTP.4.0");
XmlHttp.Open("GET", "http://www.google.com.mx/", false);
XmlHttp.Send();
return XmlHttp.responseText;
}
</script>
</head>
<body>
<script>
document.write(RetrieveGoogleFrontPage());
</script>
</body>
</html>

Si observas cachas todo el texto como si vieras View Source de la pagina, ya tu por tu parte no te queda mas que hacer una funcion para ir barriendo el texto y buscar los links

Saludos
__________________
Yo tan sólo se, que no he senado