Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/10/2009, 08:24
Avatar de hschimpf
hschimpf
 
Fecha de Ingreso: junio-2009
Ubicación: in the World Wide Web
Mensajes: 140
Antigüedad: 14 años, 11 meses
Puntos: 17
Respuesta: verificar existencia se function

perfecto David! me funciono asi:
Código javascript:
Ver original
  1. ...
  2.     if (typeof window[func] == 'function') {
  3.       /* llamamos a la function */
  4.       window[func]();
  5. ...
muchas gracias!