- Create a form with two textboxes. Add a submit button to the form.
When the submit button is clicked store the textbox values in a file.
If the textbox is empty, do not store the text. Allow embedded blanks in the text.
Redisplay the values in the textboxes when the submit is processed.
- Add an additional submit button to the form. When this button is pressed empty the file created in problem 1. If this button is pressed set the textboxes to have no text value displayed.
I need the code for this stuff