Hallo,
komme immer noch nicht weiter.
Hier mal mein neues Test-Formular:
<script language="JavaScript" type="text/javascript">
document.getElementById("B").selected = true;
</script>
<form name="uploadForm" action="upload.php?action=edit&op=resize" method="post">
<input id="A" type="Radio" name="resize" value="1" /> Option 1<br />
<input id="B" type="Radio" name="resize" value="2" /> Option 2<br />
<input id="C" type="Radio" name="resize" value="3" /> Option 3
</form>
Es kommt der Fehler;
document.getElementById(...) ist Null oder kein Objekt.
Ich verstehe nicht was ich falsch mache. Könnt ihr mir mal helfen?
Gruß Andreas