Say I have three buttons and a textarea, when I press a button, I want all the text in the text area replaced by a preset JavaScript variable (so if the variable = "hello", all the text in the textarea will be replaced by "hello" on buton press.) If possible, I would like a confirmation box to...
More...