Tuesday, February 18, 2014

make a text type input in HTML read only by decorating it with "readonly"

<input type="text" name="whatever" readonly />

No comments:

Post a Comment