Foros del Web » Programando para Internet » Javascript »

Que valor toma esto? json

Estas en el tema de Que valor toma esto? json en el foro de Javascript en Foros del Web. @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código Javascript : Ver original var Cm_js = {       // --- Carrousel     Cm_Carrousel : function ( e ) ...
  #1 (permalink)  
Antiguo 24/07/2012, 17:31
Avatar de Ex_shadow  
Fecha de Ingreso: febrero-2012
Ubicación: Calera Avellaneda, Buenos Aires, Argentina, Argentina
Mensajes: 95
Antigüedad: 12 años, 2 meses
Puntos: 4
Exclamación Que valor toma esto? json

Código Javascript:
Ver original
  1. var Cm_js = {
  2.  
  3.     // --- Carrousel
  4.     Cm_Carrousel : function(e){
  5.        
  6.         /* --- Configuracion --- */
  7.         Carrousel = this.Carrousel;
  8.        
  9.         width = this.width;
  10.         height = this.height;
  11.        
  12.         btn_izq = this.izq;
  13.         btn_der = this.der;
  14.        
  15.         alert(this.mensaje);
  16.            
  17.     }
  18. }
  19.  
  20. Cm_js.Cm_Carrousel({
  21.     mensaje : 'Hoas',
  22. });

Quiziera saber por que me devuelve un valor undefined ??

Etiquetas: html, json
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 10:33.