Ver Mensaje Individual
  #5 (permalink)  
Antiguo 16/01/2002, 20:53
Avatar de Aston
Aston
 
Fecha de Ingreso: mayo-2001
Ubicación: Madrid
Mensajes: 933
Antigüedad: 24 años
Puntos: 0
Re: Se puede hacer esto verdad?

Sí, claro que podemos. Aquí tienes todo el código funcionando para CDonts:

<pre>
&lt;%@ Language=VBScript%&gt;&lt;%
Option Explicit
Dim oCDO%&gt;
&lt;html&gt;

&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Language&quot; content=&quot;en&quot;&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;&gt;
&lt;meta name=&quot;ProgId&quot; content=&quot;FrontPage.Editor.Document&quot;&gt;
&lt;title&gt;Recomendar a un amigo&lt;/title&gt;

&lt;style&gt;
body { font-size: 10px; font-family: Verdana; }
&lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;&lt;center&gt;&lt;%
If Request.Form(&quot;para&quot;) &lt;&gt; &quot;&quot; And Request.Form(&quot;suEmail&quot;) &lt;&gt; &quot;&quot; And Request.Form(&quot;Email&quot;) &lt;&gt; &quot;&quot; And Request.Form(&quot;de&quot;) &lt;&gt; &quot;&quot; Then
</pre>

-----------------&gt; Continúa

<a href="http://www.laventanita.net/" target="_blank">
<img src="http://www.breogan.org/images/Aston.gif" border="0" alt="La Ventanita.net - Lo imprescindible en la red"></a>