lem45
Junior Member
Posts: 8
Registered: 10/24/2002
Member Is Offline
|
| posted on 7/16/2004 at 03:38 PM |
|
|
Set field with menu click
I am trying to set a field value depending upon what the user clicks on the menu.
My code is as follows:
javascript: window.document.forms[0].Category.value='test';
I put this in the item.js configuration file next to the element that I want to fill it in. This is not working. How do I need to do this
|
|
|
lem45
Junior Member
Posts: 8
Registered: 10/24/2002
Member Is Offline
|
| posted on 7/17/2004 at 12:26 AM |
|
|
I figured it out.
I fixed it by moving my code to a function and calling that instead.
|
|
|