Thứ Hai, 25 tháng 2, 2013

Chèn khung chứa code có thẻ "Select all"


<body>
<form name="MyForm">

              <textarea cols="59" name="MyText" rows="18" wrap="on" style="background:#eee; color:#464646; border:1px #A0C4EA dashed;">
              </textarea>

             <input name="button" onclick="javascript:this.form.MyText.focus();this.form.MyText.select();" type="button" value="Select all"/>
</form>
</body>

hình minh họa

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

Đăng nhận xét