How To Add “Select all” Html Box to Your Blogger Post ?

Your blogs usually consists of sharing codes, this tutorial may help you simplify your posts.
You first add below code to your blogger post.


<form name="MyTextBoxForm"> <input name="button" onclick="javascript:this.form.MyTextBox.focus();this.form.MyTextBox.select();" type="button" value="Select All" /><br /> <textarea cols="80" name="MyTextBox" rows="12" wrap="off">Your Contents Here</textarea></form>

Note: Replace Your Contents Here with your text or tutorial codes.

Example:


Không có nhận xét nào:

Đăng nhận xét

Cám ơn bạn !

Hãy để lại lời bình nếu bạn thấy thú vị.