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.
document.form.button.innerHTML = new Date();
If what you're trying to is to make the text on the button change to the current date when you click it, this is what you want to do:
Click Me!