hi,
vielleicht kann dir das weiterhelfen:
function cilck()
{
if (document.Formular.agb.checked == true)
{
document.Formular.weiter.disabled = false;
}
else
{
document.Formular.weiter.disabled = true;
}
}
document.Formular.agb wäre die bedingung die akzeptiert wurde,
wenn du noch fragen hast mail mir bitte, da ich hier nicht so oft bin
matthias