Can any one figure out how to get this to work in NN4 the way it does in IE?
<html><body>
<form method="get" action="test.htm" enctype="text/plain"><br />
Name:<input type="text" size="20" />
<input type="submit" value="Send" />
</form></body></html>
TEST.HTM
<html><body>
Received
</body></html>
<html><body>
<form method="get" action="test.htm" enctype="text/plain"><br />
Name:<input type="text" size="20" />
<input type="submit" value="Send" />
</form></body></html>
TEST.HTM
<html><body>
Received
</body></html>