Open this file (textcopy.html) in your text editor.
In the script, find the two quotation marks separated by a space.
Type a word or two inside the set of quotation marks.
Save the file and reload it in your browser.
Open this file (textcopy.html) in your text editor.
Copy the entire INPUT tag whose name is copytextfrom2.
Move the cursor to the next line and copy the INPUT tag.
Change the name of the new INPUT tag to copytextfrom3.
Change the script so that the value in copyfromtext3 instead
of the value in copytexfrom2 appears in copytotext.
Save the file and reload it in your browser.