scriptpeter
09-26-2000, 09:15 AM
I have set up a form within a <div>-block, like this:
<div id="mydiv" style="position:absolute">
<frm name="myform">
<input="text" name="mytext">
</frm>
</div>
How can I extract the value of the element "mytext" with Netscape 4x using JavaScript?
Thanks!
Peter
<div id="mydiv" style="position:absolute">
<frm name="myform">
<input="text" name="mytext">
</frm>
</div>
How can I extract the value of the element "mytext" with Netscape 4x using JavaScript?
Thanks!
Peter