| << F.2.0- The Form Tag | AppendixF | F.2.2- METHOD >> |
ACTION
The ACTION attribute causesthe most errors among beginning students of forms and ASP. It must exactlymatch the URL of the page that is to be called when the Submitbutton is clicked. Normally this would be in the same folder and thus there isno need to include a path. ACTION value is simplythe page name and extension, as follows:
<FORM ACTION="MyResponse.asp">
If the response page is located in another folder you mustreference the entire path (the virtual directory).
| << F.2.0- The Form Tag | AppendixF | F.2.2- METHOD >> |

RSS
