Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/12/2004, 12:54
debspain
 
Fecha de Ingreso: noviembre-2002
Mensajes: 224
Antigüedad: 21 años, 6 meses
Puntos: 1
hola!
seria algo asi:

<script>
function x()
{...}
</script>

<table border="1">
<tr><td><script>x()</script></td></tr>
</table>


hasta luego!