Your Best Hosting
Solution

Keeping it Simple


  Main Menu
     Home Page
     About Us
     Hosting Plans
     Register Domains
     The Good Stuff
     Member Area
     Support Ticket
  Free Extras
     Free Domain Name
     RVSiteBuilder
     WebTraxEditor
     Tutorials
     And Much More
  Important Information
     90 Day Free Trial
     Our Guarantee
     F A Q
  Contact Information
     Contact Us
     Our Forum
  Site Map
     Site Map

Back to Previous Page






Select All
What it's all about:

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

How to install this script:
ONE STEP TO INSTALL SELECT ALL:

1. Copy the coding into the BODY of your HTML document

STEP ONE: Paste this code into the BODY of your HTML document

<BODY>

<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>