- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
There are a variety of ways. For example, if 'stooges' is a drop-down list and 'stoogeName' is a text field, you could put the following JavaScript on the exit event of 'stoogeName',
// form1.page1.subform1.stoogeName::exit - (JavaScript, client)
form1.page1.subform1.stooges.addItem(this.rawValue);
Steve
Views
Replies
0 Likes
Total Likes