Jens S. Sat, 23 Mar 2002 13:05:20 -0800
<html> <form action="test.cgi"> Input-Field: <script> document.writeln('<input type="text" name="test">'); //document.writeln('ok'); </script>
</form> </html> With a build from 20020322, the input field does not appear. Jens