
07/11/2006, 16:01
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses Puntos: 61 | |
A ver ahora:
Código:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<div id="CampoDiv">1 1</div>
<script>
document.getElementById("CampoDiv").innerHTML = document.getElementById("CampoDiv").innerHTML.split(" ").join("");
alert(document.getElementById("CampoDiv").innerText)
</script>
</body>
</html>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |