Test 8
$Header: /cvsroot/aolserver/aolserver/tests/adp/test8.adp,v 1.1 2000/10/09 20:29:54 kriston Exp $
Test submitting forms to an ADP. Test POST and GET methods. Ensure
that data at the end of the ACTION URL is discarded in both cases.
FORM METHOD=GET ACTION="test8a.adp?notused=blee"
FORM METHOD=POST ACTION="test8a.adp?notused=blee"
POST data to a form that doesn't actually use the data. Perhaps
useful for scripts with very poor coding style (??).
FORM METHOD=POST ACTION="test8b.adp"