How do I change the value of this button? I am looking at a tutorial, but only the url seems to change, and not the button.
This works for sure...
onclick="changeValue(this);" function changeValue(button) { // Changes the value of the button button.value = new Date(); }