How To Make <Textarea> , Text box Whic is selectable automatically on focus and can be read only. DEMO example text 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.