<html>
<body>
I have a simple form with a drop down list and a Textarea.&nbsp; The text
in the Textarea is updated based on the choice in the drop-down
list.&nbsp; With Netscape, the Textarea is not being displayed properly,
even though the objects and variables are being updated.&nbsp; If you
take a look at
<a href="http://www.carouselpuppets.com/nettest2.htm">http://www.carouselpuppets.com/nettest2.htm</a>
, you'll see what I mean.&nbsp; At first it looks ok, but if you continue making selections, at some point the Textarea will be blank.&nbsp; If you refresh the page, then the text area shows up.&nbsp; If you Submit the form, it displays what the value should be, which again proves that the variables are being updated.<br><br>
If you look at <a href="http://www.carouselpuppets.com/nettest3.htm">http://www.carouselpuppets.com/nettest3.htm</a> , this code is exactly the same, except the text in the Textarea is shorter.&nbsp; This seems to work.<br><br>
All of this works fine it IE 6.&nbsp; I'm having the problem only in Netscape 6.2<br><br>
Any ideas are appreicated.<br><br>
thanks,<br>
Peter </body>
</html>