Tab + ASP
How can I get a tab function to work in a <textarea></textarea> field when a user inputs information - currently the only way that information can be separated is by the space bar? I need it so that when the information that is entered is displayed on a page then it formats the tabs that have been added using the following:
<%=replace(replace(strVar, vbTab, "<BR>"), vbCrLf, "<BR>")%>
But when I hit tab on the keyboard, it jumps to the next field on the form.
Can anyone help me?
thanks
Adam
|