i have a form processing being done by an asp page which works ok with
"GET".
two text inputs are sent and processing is done by an asp page which
outputs the two values.
with GET both values are outputted fine. but when method is changed to
POST no values are outputed.
(the input value chosen for testing was 2 characters only. is this a
limitation with the web server...)
action="http://www.testsite.co m/test.asp"
method="get">
Name : <input type="text" name="text1">
"GET".
two text inputs are sent and processing is done by an asp page which
outputs the two values.
with GET both values are outputted fine. but when method is changed to
POST no values are outputed.
(the input value chosen for testing was 2 characters only. is this a
limitation with the web server...)
action="http://www.testsite.co m/test.asp"
method="get">
Name : <input type="text" name="text1">
Comment