Click to See Complete Forum and Search --> : Check checkbox will enter a word into text field - how?


weee
06-08-2006, 05:38 PM
I'm trying to do something simple. By checking a checkbox, its value will appear inside a text field I have.

How to?

Thanks!

phpnovice
06-08-2006, 07:00 PM
onclick="myTextboxName.value=this.value; return true;"