< script type=”text/javascript”>function SelectAll(id){document.getElementById(id).focus();document.getElementById(id).select();}</script >
HTML Code
< textarea id=”txt1″ onClick=SelectAll(‘aa’); >
Solutions, Howtos, Tutorials and Troubleshooting
< script type=”text/javascript”>function SelectAll(id){document.getElementById(id).focus();document.getElementById(id).select();}</script >
Trackbacks/Pingbacks
meabi.com- HTML input text select all: < script type=”text/javascript”> function SelectAll(id) { document.getEleme… http://bit.ly/9VHXzN