|
Creating a Date Input Box
|
|
You will now create an input text box that will load the date automatically when the page is loaded in a browser. You want the date to appear at the very top of your form. Return to your text editor, and just below the beginning table tag, place the following: <TR> <TD><INPUT NAME=FORMDATE> </TD> </TR> Set the size of the input box to 8. |