Andy6666uk
Programmer
I want to have names on a page that, if clicked on, will be added to a list of names in a textbox.
Could you help me with the code for this?
Thanks andy
Could you help me with the code for this?
Thanks andy
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
document.theform.thelist.value=document.theform.thelist.value+name; Tracy Dryden
tracy@bydisn.com
Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
document.theform.thelist.value=document.theform.thelist.value+"\n"+name;