Can anyone answer a seemingly simple PQA question:
My PQA index page links to a page containing the following code:
<form method=GET action=../servlet/EnterData>
<br><br><textarea name=data cols=30 rows=1></textarea><br><br>
<input type=submit value=submit>
<input type=reset value=reset>
</form>
<a href = ../servlet/EnterData?data=testdata> go </a>
Here's the problem: pushing the form's submit button returns 404 (not
found), while clicking the link ("go") returns the corrct page. Both
work correctly under IE5 or Netscape browsers.
Thanks,
Matt Kuenzel