Howdy again,
I use
onKeyPress="this.style.textTransform='capitalize';
on some form fields, that will after submitting, insert via asp into an access database.
Curiously, even though the onKeyPress works while typing the form - upon entry it reverts back to as it was typed
e.g. typed stuart which shows as Stuart, inserts into the database as stuart
any ideas how to retain the case?
Thank you "Never underestimate the power of determination"
Stuart
I use
onKeyPress="this.style.textTransform='capitalize';
on some form fields, that will after submitting, insert via asp into an access database.
Curiously, even though the onKeyPress works while typing the form - upon entry it reverts back to as it was typed
e.g. typed stuart which shows as Stuart, inserts into the database as stuart
any ideas how to retain the case?
Thank you "Never underestimate the power of determination"
Stuart