Portal of all Blogger widget, Airtel USSD Codes, Facebook Hack, Free Internet Tips, PC and Blogger Tricks

Breaking

Wednesday 8 March 2017

Read Only Text Box and Select on Focus-Html-CSS

How To Make <Textarea> , Text box Whic is selectable automatically on focus and can be read only.

DEMO



To Do This:

  • Create Html and Copy Following Code:
<textarea rows="10" cols="50" onclick="this.focus();this.select()" readonly="readonly">
example text </textarea>

Replace Green Text with your text

No comments:

Post a Comment

Notice: Don't add "backlink". Text with Link will automatically Removed.