Hi there,
I'm trying to read the value of a textbox and/or a hidden input field.
I tried the following code:
alert(document.getElementById('bereich').text);
and alert(document.getElementById('bereich').value);
and both doesnt work. I goolged for a while to find other solutions, but they are all the same as mine.
Is there a obvisiuos mistake i make ?
I use Firefox 1.07 but in IE it doesn't work to.
Hope you can help me,
thx in advance.
greets ben
I'm trying to read the value of a textbox and/or a hidden input field.
I tried the following code:
alert(document.getElementById('bereich').text);
and alert(document.getElementById('bereich').value);
and both doesnt work. I goolged for a while to find other solutions, but they are all the same as mine.
Is there a obvisiuos mistake i make ?
I use Firefox 1.07 but in IE it doesn't work to.
Hope you can help me,
thx in advance.
greets ben