|
|
|
|
|
by chrisbuc
409 days ago
|
|
I'm sure someone can get it smaller than this (save as .html) <input id="i">
<button onclick="l.textContent='Now do '+i.value">Do This</button>
<button onclick="l.textContent='Do nothing'">Do Nothing</button>
<label id="l"></label>
|
|