'For' loop

Write a page that has a text box in which the client types a number, a button to click, and a text area. When the user clicks the button, the page should display some fixed text in the text area the number of times that the user specified in the text box.

You may provide the code in the posted Lab 10 skeleton, or you may write your own page.