Not able to post a Web form to my Web server |
|
|
Verify that the URL that you entered is not the URL of the page that displays the form to fill in but the URL indicated in the <FORM ACTION="<url>"> tag in the HTML source of this page. Verify that the names of the variables to post are correct. They are identified by the <INPUT NAME="<variableName"> and <SELECT NAME="<variableName>"> tags in the HTML source of the page that shows the form to fill in. The <INPUT TYPE="SUBMIT" NAME="…"> variable may be required for the form to be properly processed by the Web server. |