
25/02/2005, 09:59
|
 | | | Fecha de Ingreso: febrero-2003 Ubicación: Mataro
Mensajes: 365
Antigüedad: 22 años, 2 meses Puntos: 0 | |
random sub Como puedo hacer un random sobre "SUB"?
<% Sub uno %>
<table width="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="eltiempo.jpg"></td>
</tr>
<tr>
<td><table cellspacing=1 cellpadding=3 bgcolor="#000000" width=130>
<tr>
<td bgcolor=eeeeee><a href="eltiempo.asp"><img src="http://www.meteored.com/ccaa/imagenes/catalunya.gif" width=122 border="0"></a>
</td>
</tr>
</table><br>
<% End Sub %>
<% Sub dos %>
<table width="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="eltiempo.jpg"></td>
</tr>
<tr>
<td><table cellspacing=1 cellpadding=3 bgcolor="#000000" width=130>
<tr>
<td bgcolor=eeeeee><a href="eltiempo.asp"><img src="http://www.meteored.com/ccaa/imagenes/andalucia.gif" width=122 border="0"></a>
</td>
</tr>
</table><br>
<% End Sub %> |