Hi I have something similar.
when I click MESSAGE1 button the the text Hello World appears and the button disappears.
When the button is clicked how do I retain the button alongside the text?
<button onclick="document.write('<?php echo 'Hello World'; ?>');">MESSAGE 1</button>