mellenburg11
Programmer
I was on an ASP page that asked for my name. I typed my name into the form and when I left the field, either through tabbing or clicking on the next field, it automatically converted what I typed to uppercase. I wanted to see the source code for this page but it would not let me.
I need to do a similar function where a user would enter a date and I would like that date to automatically populate another date field on the same form. The user would then be able to change the second date if necessary or do nothing if that date is correct.
How to you make a page pass information without using a submit button? Can ASP do this or is this a javascript or some other code running on the ASP page?
I need to do a similar function where a user would enter a date and I would like that date to automatically populate another date field on the same form. The user would then be able to change the second date if necessary or do nothing if that date is correct.
How to you make a page pass information without using a submit button? Can ASP do this or is this a javascript or some other code running on the ASP page?