<textarea> Bug

Simple vbscript,html page loading into access.
Input pg posting to Confirm pg, then sending to access.

when using;

<textarea name="name" tabindex="15">
</textarea>

as an input renders tab spaces automatically.

I took out <Div> tags, and tried nowrap, and tried
reformatting data before sending to dbase (CStr, Trim)

View Replies