»
EnglishFrenchVietnamese

Print - Select All - JavaScriptBank.com

Full version: jsB@nk » Form » Select All
URL: https://www.javascriptbank.com/select-all.html

Select All © JavaScriptBank.comSelect the text from any form with the click of a button, just as used on the JavaScript Source. Easy!

Full version: jsB@nk » Form » Select All
URL: https://www.javascriptbank.com/select-all.html



HTML
<form><textarea name="yourForm" rows=3 cols=40 wrap=virtual>Any text that you want highlighted.</textarea><br><br><input type=button value="Highlight All" onClick="javascript:this.form.yourForm.focus();this.form.yourForm.select();"></form><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->