Forums
This topic is locked
Conditional Actions within forms with CDONTS
Posted 15 Feb 2002 18:20:54
1
has voted
15 Feb 2002 18:20:54 Arash Attarzadeh posted:
Can anyone show me how to make one field autopopulate based on a dropdown? I have a dropdown called Status (open/closed). Once it is set to closed, I would like the closed date to autopopulate in the form. To take it another step forward, once the form is updated as closed, I would like to use CDONTS (I have a couple of server behaviors that do it) to shoot out an email.
If anyone can help or point me to another source of info, it would be greatly appreciated!
Replies
Replied 17 Feb 2002 19:55:46
17 Feb 2002 19:55:46 Dorothy S. replied:
If I'm understanding you correctly, you want one selection (listbox, for example) to determine how another selection (listbox) is populated?
If so, check here for a javascript solution that you can use in your form. www.learnasp.com/learn/listdynamic.asp I used this to create a simple web-based computer help desk request form with a couple of dependent listboxes that let the user send the form using CDONTS.
If so, check here for a javascript solution that you can use in your form. www.learnasp.com/learn/listdynamic.asp I used this to create a simple web-based computer help desk request form with a couple of dependent listboxes that let the user send the form using CDONTS.