Forum Moderators: open
<input type="text" name="texttochangeto">
<input type="button" onclick="texttochange.?WHAT?=texttochangeto.value" value="Change">
<br>
<p (NAME OR ID?)="texttochange">
This is the text you will change.
</p>
What would I need to change to make it work?
Where ?WHAT? is, what do I need to put?
Where (NAME OR ID) is, do I put name or id?