Click to See Complete Forum and Search --> : HOW TO: Allow a 'tab' in a textarea entry box.


gsb
06-25-2003, 09:48 PM
My form has a textarea entry box in which the user types in 'tab separated data', but...
Tabs jump to the next box.
Is there anyway to stop this default behavior and allow my users to input a tab character as data?

Thanks.

gsb
06-25-2003, 10:50 PM
Hummmm.
I'm going to have to play with this some.
'thought there might be a way to turn it off.

Most data will be cut 'n paste w/ tab separated cols.
But some editing is to be expected, so problems, huh?

How about capturing the key-code as entered, substituting as you suggest and returning a false return code. Any merit?

Thanks Dave.