SuperSal
Programmer
- Mar 13, 2007
- 33
Hi everyone, I have got a form which opens when a user wants to edit a customers details. When the page initially loads the customers details are displyed in text boxes and the user can edit any of these details and press an update button. After this has been done as well as the details being updated in the database an email is sent out to store managers giving details of this change.
In the email I need to show the details of how the customers details were before (on page load) and what they have been changed to.
My problem is that I need to grab the details of the form objects when the page initial loads to be emailed. I can get the values with Javascript but then cannot put these variables into the asp email code.
Is there any way of getting the value of form fields when the page initially loads via asp? Or even getting the values in Javascript and them sending them to asp?
Thanks
Sally
In the email I need to show the details of how the customers details were before (on page load) and what they have been changed to.
My problem is that I need to grab the details of the form objects when the page initial loads to be emailed. I can get the values with Javascript but then cannot put these variables into the asp email code.
Is there any way of getting the value of form fields when the page initially loads via asp? Or even getting the values in Javascript and them sending them to asp?
Thanks
Sally