Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/07/2002, 13:49
Avatar de ashketchum
ashketchum
 
Fecha de Ingreso: julio-2001
Ubicación: En algun lugar de un gran pais
Mensajes: 418
Antigüedad: 23 años, 10 meses
Puntos: 0
Re: Cambiar frase mediante un if-else

Lo que tienes que hacer es lo siguiente

Código:
<%
if (Recorset.EOF) THEN
Response.Write("No hay Links Relacionados")
else
Response.Write ("Links Relacionados")
end if
%>
saludos y suerte

<img src="http://www.velazquez.com.mx/masteraspx/firma.jpg" width="465" height="79" border="0" usemap="#URL">
<map name="URL">
<area shape="rect" coords="270,48,347,61" href="http://www.masteraspx.tk" target="_blank">
</map>