Space in a Text Box
Hi All,
I have an entry form with a Text Box.
When I click on this Text Box, it points on the second position of it and it leaves one space at the beginning.
Here is my code;
s = "select '' as 'corp_name' from location order by sort_order"
set rs = cn.Execute(s)
<table width="100%">
<tr><td><b>CORP NAME: </b>
<input type=text name=corp_name value="<%=trim(rs("corp_name"))%>"
Size=75>
</td></tr>
</table>
Thanks for your help,
:)
MCinar
Love all the creatures because of the creator.
__________________
MCinar
Love all the creatures because of the creator.
|