Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/05/2005, 11:34
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 4 meses
Puntos: 381
Hola lenz,

dale así

Código:
<script type="text/javascript">
ddrivetip('Tel: 43933770 | Dir: Suipacha 1244 | Ciudad: Buenos Aires | País: Argentina')

function ddrivetip(thetext){
thetext = thetext.replace (/\|/g,'<br>')
alert (thetext) ;
}
</script>