
30/01/2007, 03:43
|
| | Fecha de Ingreso: julio-2003 Ubicación: Barcelona
Mensajes: 142
Antigüedad: 21 años, 8 meses Puntos: 1 | |
Re: registro aleatorio en include sencillamente he creado un archivo que se llama prueba.asp y con las siguientes lineas.
<%
'generás un número aleatorio entre 1 y 3 y se lo asignás a una variable
if nro_aleatorio = 1 then
%>
<!-- #include file='home_right_1.asp' -->
<%
end if
if nro_aleatorio = 2 then
%>
<!-- #include file='home_right_2.asp' -->
<%
end if
if nro_aleatorio = 3 then
%>
<!-- #include file='home_right_3.asp' -->
<% end if %>
pero no funciona.
Que hago mal???? |