Date:  11/29/2002 05:02:48 AM Msg ID:  001034
From:  Sameer K Thread:  001034
Subject:  Input box eats up character
Hi,
I am using an input box to allow the user to enter some data using
<input type='textbox' name='somename' SIZE=40 MAXLENGTH=60>.
 
When the user enters: d:\temp\backup and I do a FormField("somename") I only get d:\temp\ackup - note that the "b" is missing.
 
How do I workaround this - is there something I should be doing to make sure that this does not happen?
 
Thank you.
Sameer