hi,
hatte ich auch schon getestet, fkt. aber auch nicht.
also:
<script type="text/javascript">
<!--
function chkFormular()
{
if(document.Formular.automobiltyp.checked != true) {
alert("Bitte legen Sie fest, in welcher Kategorie sich Ihr Automobil befindet.");
//document.Formular.automobiltyp.focus();
return false;
}
}
//-->
</script>