
22/09/2006, 09:32
|
 | | | Fecha de Ingreso: diciembre-2003 Ubicación: Chile
Mensajes: 1.855
Antigüedad: 21 años, 4 meses Puntos: 89 | |
<script>
if(xxxxx.value == "")
{
var divid = document.getElementById('muestraError');
divid.innerHTML = "Error!!!";
}
</script>
// HTML
<div id="muestraError"></div>
Espero me hayas entendido =) |