<script type="text/javascript">
function ausgabe(id) {
alert(id);
}
</script><input type="button" id="jaja" onClick="ausgabe(this.id)">
MfG, Dennis.
thx....
<script type="text/javascript">
function ausgabe(id) {
alert(id);
}
</script><input type="button" id="jaja" onClick="ausgabe(this.id)">
MfG, Dennis.
thx....