![]() |
|
![]() Download a sample form Download a sample ASP page This tutorial will show the user how to create a form that can be sent through e-mail. Just follow these simple steps to success. This tutorial assumes that the programmer has basic HTML knowledge. Step 1 - Prepare and Code Open a HTML editor (Notepad, MS Word, etc..) and begin coding the page template. Step 2 - Code the Form Click here to recieve a basic and complex step by step walkthrough of a forms coding. Add this coding to the body section of the HTML. Step 3 - Complete HTML End of the page with the appropriate ( </body> and </html> ) closing tags. Make sure to save the file with a .html or a .shtml file format. Step 4 - Create an ASP (Active Server Page) Click here to recieve a basic and complex step by step walkthrough of ASP coding. When the ASP page is complete, save it with an .asp extension. Step 5 - Upload files Upload both files to your website using an FTP program. Make sure they are in directories such that the path given in the HTML code to find the ASP is accurate. Step 6 - On-Line Go to your site on-line and admire your hard work. |
