J J L New member Jun 30, 2009 #1 <form name="form1"> <input type="text" name="txtTest"> <input type="button" value="Populate" onClick="document.form1.txtTest.value ='Populated!';"> </form>
<form name="form1"> <input type="text" name="txtTest"> <input type="button" value="Populate" onClick="document.form1.txtTest.value ='Populated!';"> </form>
A Andy New member Jun 30, 2009 #2 I want a code so when you click onto the cell it writes a number into a textbox and i want it so if you click the cell again it types it again into the textbox. Is this possible?
I want a code so when you click onto the cell it writes a number into a textbox and i want it so if you click the cell again it types it again into the textbox. Is this possible?
J J L New member Jun 30, 2009 #3 <form name="form1"> <input type="text" name="txtTest"> <input type="button" value="Populate" onClick="document.form1.txtTest.value ='Populated!';"> </form>
<form name="form1"> <input type="text" name="txtTest"> <input type="button" value="Populate" onClick="document.form1.txtTest.value ='Populated!';"> </form>