Keeping values on form after submition
- by Lina
Hi,
I'm trying to keep the entered data in the form after submitting by using "value=..."
I'm getting a compilation error on the following code:
<form id="myform">
<input id="hour" type="text" name="hour" value="<%=hour%>" style="width:30px; text-align:center;" /> :
<input id="minute" type="text"…