Hi,
I'm trying to use a textbox for input where the user may key in fields delimited by the tab key. If the user just pastes the fields in from a file its fine, but if he is typing it in by hand when he hits the tab key it moves out of the textbox to the next component (submit button). How can I intercept the tab key and have it place the tab in the text rather than moving to the next form component?
Thanks,
Chris.