Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/01/2002, 19:02
Avatar de Gurrutello
Gurrutello
 
Fecha de Ingreso: enero-2002
Ubicación: Ontario,Toronto [Canada]
Mensajes: 2.017
Antigüedad: 23 años, 3 meses
Puntos: 6
Porque no Funciona este codigo??

tengo este codigo que es para recoger noticias de otras paginas web pero no consigo que me funcione.<pre> &lt;%
set xmlhttp=createobject(&quot;MSXML2.XMLHTTP&quot;)
call xmlhttp.Open(&quot;POST&quot;, &quot;http://www.elpais.es&quot;, false)
call xmlhttp.Send(&quot;dummy&quot;)
content=xmlhttp.responseText

%&gt;
&lt;%
pos1= instr(1,ret,&quot;SUPLEMENTOS&quot;)
pos2 = instr(pos1,ret,&quot;&lt;/table&gt;&quot;)
newshead = mid(ret,pos1,pos2-pos1)
newshead = newshead &amp; &quot;&lt;table class=cattbl cellpadding=0 cellspacing=0 border=1&gt;&quot; &amp; newshead
%&gt; </pre>

Ayuda please!! :(

<a href="http://loencuentras.cjb.net"><img src="http://www.mundofree.com/homedesin/loencuentraslogo.gif" alt="Loencuentras.cjb.net" border="0"></a>