Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:36
Filling in Form onclick of menu item. (please help)
Poster: LAGarcia
Dated: Monday January 6 2003 - 16:06:51 GMT
I am trying to fill in a form field on the click of one of my menu items.
I have...
function AddText (source, formfld) {
formfld.value += source.innerText + "\n";
}
Which will fill in the form but can seem to figure out where to put everything and how to call it. Is this possible?
Thanks.