Java Script
Ich verwende um alle Elemente einse Formulars zu durchlaufen den Code
for (var i=0; i<document.drake.elements.length; i++)
{
document.writeln(i);
}
Bei mir kommt allerdings die Fehlermeldung documents.formular.elements ist null oder kein Objekt.
Ich habe das Formular weiter unten im Quelltext mit
<form name="formular">
...
</form>
aber richtig definiert.
Weiß wer worans liegt?
Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
|