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

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
LAGarcia
Beginner
Beginner
Posts: 1
Joined: Mon Jan 06, 2003 4:55 pm

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

Post by LAGarcia »

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.
Larry
Post Reply