Struppi: Probleme mit Netscape

Beitrag lesen

<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='100' height='$heightCheckbox' id='AntwortA'>

...

<script language='JavaScript'>document.AntwortA.SetVariable('Antwort','A');</script>

Die Funktion die du nicht gefunden hast (was ich mir schwer vorstellen kann) heißt document.getElementById

<script type=='text/javascript'>
document.getElementById('AntwortA').SetVariable('Antwort','A');
</script>

Struppi.