Ver Mensaje Individual
  #13 (permalink)  
Antiguo 18/04/2013, 14:55
charlescuella
 
Fecha de Ingreso: febrero-2009
Mensajes: 489
Antigüedad: 15 años, 9 meses
Puntos: 8
Respuesta: ocultar numero telefono y mostrar xxx

Asi lo tengo

Código PHP:
Ver original
  1. <script type="text/javascript">
  2.     $(function(){
  3.     init();
  4. });
  5.     // Guardar el número y una copia con las XXXX
  6.     var numero = <?php echo $articulo->telefono; ?>;
  7.     var numeroParcial = numero.substring(0, 5) + "XXXX";
  8.    
  9.     // se ejcuta al cargar
  10.    function init(){
  11.          // poner el numero parcial de entrada
  12.         document.getElementById("numero").innerHTML = numeroParcial;
  13.     }
  14.    
  15.     // funcion que muestra el numero completo al dar click
  16.     function mostrarNumero(){
  17.         document.getElementById("numero").innerHTML = numero;
  18.     }
  19.     </script>
  20.  
  21. <span id="numero"><?php echo $articulo->telefono; ?></span>
  22. <a href="#" onclick="mostrarNumero() "style="font-size:0.7em;">Ver Telefono</a>

me vota esto

el de abajo es un <?php echo $aticulo->telefono ?>

que tengo mal ps me sale undefined
__________________
sitios
www.avisoya.com
www.yavendi.com