Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<input type="text" [!]readonly="readonly"[/!] value="try to type over me" />
<input type="text" name="t1" onfocus="this.blur();" />
w3 said:Read-only elements are included in tabbing navigation.
cLFlaVA said:however, that will only work with javascript enabled, and, that really belongs in the javascript forum. i guess you could say i pulled a "j4606".