This question has been classified abandoned. I will make a recommendation to the
moderators on its resolution in a week or two. I appreciate any comments
that would help me to make a recommendation.
<note>
Unless it is clear to me that the question has been answered I will recommend delete. It is possible that a Grade less than A will be given if no expert makes a case for an A grade. It is assumed that any participant not responding to this request is no longer interested in its final disposition.
</note>
If the user does not know how to close the question, the options are here:
http://www.experts-exchang
Cd&
Main Topics
Browse All Topics





by: JeexPosted on 2003-05-16 at 04:14:20ID: 8539475
Hi,
Ensure that your <input ... /> tag is within a <form ...></form> tag. Also: size="30px" should be size="30" unless you want to assign it a CSS width, in which case it would be:
<input type="text" name="txtToEmail" value=<%=Cl_DocEmail%>" size="30" style="width: 30px;" />
Cheers,
-- Jeex