Method : initially the existing LEVdate (from the database) should appear - is it no longer correct than a new LEVdate must be entered
(1) How can I call the existing LEVdate from the database in this input syntax
If I try this separately then I get the saved LEVdate perfectly
(2) how can I change the color of the border - the border code above does not work
Thanks for tips.
Code:
<input type="date" name="LEVdate" placeholder="yyyy-mm-dd" value="<%=rs("LEVdate")%>" style="border 1px solid red; font-size:13px; color:#0000FF; background-color:#E0FFFF;">
If I try this separately then I get the saved LEVdate perfectly
Code:
<%=("hello")&" "&rs("LEVdate")%>
(2) how can I change the color of the border - the border code above does not work
Thanks for tips.