I hope that I can explain this correctly. I am new to Javascript.
I have a Classic ASP page that loads the information from the database. There is a textbox with comments which came from the database. I have a hidden field with those comments value. The user will be able to change those comments in a textbox. I need that hidden field to get populated with the new comments that the user has just entered and then submitted the form.
Is there a way, in Javascript, to get the comments from the textbox and put in the hidden field without refreshing the page?
All your help is greatly appreciated!
I have a Classic ASP page that loads the information from the database. There is a textbox with comments which came from the database. I have a hidden field with those comments value. The user will be able to change those comments in a textbox. I need that hidden field to get populated with the new comments that the user has just entered and then submitted the form.
Is there a way, in Javascript, to get the comments from the textbox and put in the hidden field without refreshing the page?
All your help is greatly appreciated!