Banner 468 x 60

Loading...
Loading...

Cara Membuat Textarea Dengan Button Select All

Just Simple hanya tambahkan pada html/java script atau pada postingan anda...easy right .....

Ini codenya :


<form name="copy"><div align="center"><input value="Select All" onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button"/></div><div align="center"><textarea name="txt" cols=15" rows="3" style="color:red;border:1px solid red;background:transparent;"><"Masukkan text atau apa aja disini atau kode HTML anda"></textarea></div></form>


Contoh:

0 Response to "Cara Membuat Textarea Dengan Button Select All"

Loading...