hi,
when i type in a textbox the onchange event trigger the form to refresh
after the refresh event, the textbox text is selected and the cursor is at position 1. So if you wish to type an other character, you overwrite was was already typed
is there a way to avoid / correct this?
so that after the refresh event, i can continue typing without erasing the previous characters.
Note that i wish to keep the form refresh in order to "filter" other other elements using the same characters.
Thanks,
Patrick
when i type in a textbox the onchange event trigger the form to refresh
after the refresh event, the textbox text is selected and the cursor is at position 1. So if you wish to type an other character, you overwrite was was already typed
is there a way to avoid / correct this?
so that after the refresh event, i can continue typing without erasing the previous characters.
Note that i wish to keep the form refresh in order to "filter" other other elements using the same characters.
Thanks,
Patrick