8
8ull23y3
Gast
<html>
<head
<title></titel>
<script LANGUAGE="JavaScript">
document.Form1.Feld1.value = Hallo
</script>
</head>
<body>
<form name="Form1">
<input name="Feld1" type="text">
</form>
</body>
</html>
Wieso schreibt der mir nichts in mein TextFeld?
<head
<title></titel>
<script LANGUAGE="JavaScript">
document.Form1.Feld1.value = Hallo
</script>
</head>
<body>
<form name="Form1">
<input name="Feld1" type="text">
</form>
</body>
</html>
Wieso schreibt der mir nichts in mein TextFeld?