Search found 1 match

by LAGarcia
Mon Jan 06, 2003 5:06 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Filling in Form onclick of menu item. (please help)
Replies: 0
Views: 1892

Filling in Form onclick of menu item. (please help)

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.