Ver Mensaje Individual
  #58 (permalink)  
Antiguo 26/05/2002, 15:18
Avatar de lexus
lexus
 
Fecha de Ingreso: enero-2002
Ubicación: Cali - Colombia
Mensajes: 2.234
Antigüedad: 23 años, 3 meses
Puntos: 4
Re: Obtener contenido de otro sitio

continuacion....

todo este codigo es websearch.asp incluyendo el que puse anteriormente.



<html><head><title></title></head>
<body><form action="websearch.asp" method="get"><table border="0" cellspacing="0" cellpadding="0" align="center">
<tr align="center" valign="middle"> <td> <input size="25" maxlength="512" name="search"> 
<input type="submit" value="Search"> </td></tr></table></form><%if start <> 0 then
Response.Write(dirData)
else%><p>No hay resultados</p><%end if%><table border=0 cellpadding=0 cellspacing=0 align="center" width="100%">
<tr> <td align="left"><a href="http://www.dmoz.org/about.html"><img src="http://www.dmoz.org/img/home_attribute.gif" border=0 width=412 height=27 alt="Help build the largest human-edited directory of the web"></a></td>
<td align="right"><img src="http://www.dmoz.org/img/lizard2a.gif" width=106 height=36 alt=""></td>
</tr></table><form action="websearch.asp" method="get"><table border="0" cellspacing="0" cellpadding="0" align="center">
<tr align="center" valign="middle"><td> <input size="25" maxlength="512" name="search"> 
<input type="submit" value="Search"> </td>
</tr></table></form></body></html>


espero se puedan unir con los ejemplos que han utilizado ustedes para arrastrar otra pagina hacia una nuestra, como por ejemplo resultados de un buscador como google..

gracias...