Code:
<input type="text" id="mutti" value="" />
<script>
<!--
function Mutti()
{
mutti = document.getElementById( 'mutti' );
mutti.onkeypress = function( event )
{
alert( mutti.getAttribute('value') );
}
}
var MMM = new Mutti();
// -->
</script>
Der AlertString ist leer! Warum?
Warum geht hier aber mutti.value? Komisch...
Hoffe ihr könnt helfen: Danke schonmal!
Zuletzt bearbeitet: