Greetings,
I have an Dreamweaver CS3 ASP page (profile.asp) in which project management users can update project information presented in a Record Update Form. I have three menu form fields ("FY", "Qtr" and "Mth") included in a fieldset form element that contain the values for a project's deadline: fiscal year, quarter and month, respectively.
My goal is to build functionality into the page such that when a user changes a value for any of the three aforementioned date menu fields, an automatic change will occur to the value of a fourth menu field in the fieldset (named "Status"), changing its value to a pre-determined setting (in this case, the word "Yellow"). I would also like to then lock the "Status" menu field so that a user can't return the field value to its original setting.
I know how to code this in VisualBasic for a MS Access form, but am not sure how to accomplish the same in ASP.
I can provide detailed code for anyone who needs it. Whatever help anybody can offer would be most appreciated.
Regards,
- JM
I have an Dreamweaver CS3 ASP page (profile.asp) in which project management users can update project information presented in a Record Update Form. I have three menu form fields ("FY", "Qtr" and "Mth") included in a fieldset form element that contain the values for a project's deadline: fiscal year, quarter and month, respectively.
My goal is to build functionality into the page such that when a user changes a value for any of the three aforementioned date menu fields, an automatic change will occur to the value of a fourth menu field in the fieldset (named "Status"), changing its value to a pre-determined setting (in this case, the word "Yellow"). I would also like to then lock the "Status" menu field so that a user can't return the field value to its original setting.
I know how to code this in VisualBasic for a MS Access form, but am not sure how to accomplish the same in ASP.
I can provide detailed code for anyone who needs it. Whatever help anybody can offer would be most appreciated.
Regards,
- JM
Comment