Ver Mensaje Individual
  #6 (permalink)  
Antiguo 25/01/2008, 05:26
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 1 mes
Puntos: 62
Re: Problema con Simbolo "mas" +

bueno aqui te he hecho una pifia, espero que te sirva:
Código HTML:
<html>
<head> 
Código:
<script type="text/javascript">
 function abc(esto)
  {
   var x=esto.value;
   var y=new Array();
   var z='';
   for(var i=0;i<x.length;i++)
    {    
     var temp=x.substr(i,1);
     y[i]=temp.replace('+','<mas>'); 
     z=z+y[i];
    }
    alert(c);
  }
</script>
Código HTML:
</head>
<body>
<input type="text" onclick="abc(this)" />
</body>
</html> 
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan