The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the Wayback Machine.
For customization of this script or any script development, mail to support@hscripts.com
Usage
Create a form with name "select" and place a text area having its id as "testarea"
<form name="select">
<textarea id="testarea" rows="3" cols="40">
Just click on the button and get text area selected. Now press Ctrl+C to copy the text and paste it anywhere
</textarea>
Create a button with any name and call the function SelecText(testarea) by using onclick event.