Guten Abend
Habe mal ne Frage:
<script type="text/javascript">
<!--
function chkFormular()
{
if(document.Formular.User.value == "") {
alert("Hans ist noch nicht da!");
document.Formular.User.focus();
return false;
}
}
//-->
</script>
Geht dass Eigendlich auch mit einem Code wenn:
<input type="hidden" size="40" Hans="bin da"> nicht da ist?
Vielen Dank für Eventuelle Hilfe
Petra