Free Software,Free Society

Saturday, 21 February 2015

specifies that an input field is read-only or can not EDIT by user

No comments :

TAG :readonly



<form action="demo_form.asp">
  Country: <input type="text" name="country" value="Norway" readonly><br>
  <input type="submit" value="Submit">
</form>

No comments :

Post a Comment