Auto-populate 2 text boxes after push of button
I would like to populate 2 text boxes after the push of a button. Basically, after the user clicks Button1, the text 'Hello World' would populate Textbox1 and Textbox2 would be populated with the current date (today's date).
Is this possible with Javascript on the button's action?
Thanks in advance.
