theamazingninja
10-08-2003, 02:23 PM
I wanted to create a form button so when you click on it, it writes to a form text input.
this is what i have but it does not work. please help!
<input type="button" value="+" onclick="document.write.form.inputname('+')";>
is this right?
please explain what i am doing wrong?
this is what i have but it does not work. please help!
<input type="button" value="+" onclick="document.write.form.inputname('+')";>
is this right?
please explain what i am doing wrong?