Ver Mensaje Individual
  #8 (permalink)  
Antiguo 27/07/2011, 04:21
Avatar de perryjr
perryjr
 
Fecha de Ingreso: julio-2010
Ubicación: Granada, Spain, Spain
Mensajes: 190
Antigüedad: 14 años, 4 meses
Puntos: 27
Respuesta: Lanzar varias ordenes en una funcion.

No tienes que retornar nada..:

Código HTML:
Ver original
  1. <a href="javascript:MiFuncion();">...</a>
  2.  
  3.  
  4. function MiFuncion() {
  5.   for(...;...;...) {
  6.     KB...como.se.llame();
  7.   }
  8. }
  9.  
__________________
I (L) Google