i have a form i put together to to minor fixes on pages in my web, mostly for when i'm out of office, i can edit what needs to from afar without ftp or special tools...
but the problem i have is in the form i have a text area, current i have a event.keypress trap for TAB and basically have disabled it so pressing tab doesn't spit you out of the textarea. is there a way to translate/replace/return the tab key with say 4 spaces?
but the problem i have is in the form i have a text area, current i have a event.keypress trap for TAB and basically have disabled it so pressing tab doesn't spit you out of the textarea. is there a way to translate/replace/return the tab key with say 4 spaces?