I am displaying information from a database and allowing the user to edit it and then submit the changes. The problem is with the text box as when the page is displayed and the user clicks on the text box, the cursor is placed at the BEGINNING of the text (as opposed to at the end) and the user is unable to select all the text in order to delete it.
This is the HTML tag:
<input type="text" name="T1" size="45" value = "<%=rs1 ("Production Area"
%>">
I have another page in a separate that performs the exact same code, and performs as expected, but I am using a Frontpage style sheet there. I would prefer to not use a style sheet with this page. Are there any text box properties that need to be added that would correct this?
Any help would be greatly appreciated!!!
Bree
This is the HTML tag:
<input type="text" name="T1" size="45" value = "<%=rs1 ("Production Area"
I have another page in a separate that performs the exact same code, and performs as expected, but I am using a Frontpage style sheet there. I would prefer to not use a style sheet with this page. Are there any text box properties that need to be added that would correct this?
Any help would be greatly appreciated!!!
Bree