!--
WebTV JavaScript bug alert! Hold down the Cmd key on your keyboard and press the R key 5 times in a row to reload this page!
//-->
Enter your HTML or JavaScript tags below:
----------------------------------------------------------------------------------------------------------------------------------------------------------------
open new window with this onmouseover effect
Dazzlepic site
--------------------------------------------------------------------------------
open a full window with this onmouseover effect
Netscape cursor link
--------------------------------------------------------------------------------
very cool script here THE LINK TO TEXT SCRIPT!!!!
--------------------------------------------------------------------------------
cool script The reflecting water image script
--------------------------------------------------------------------------------
Select All Form Script
INSTRUCTIONS:
=============
Insert the scripts below in the page as noted. No changes
are needed. Read through the General Rules for an under-
standing of the requirements.
For multiple instances, change the function name, the
form name, and the textarea name for each case.
General Rules:
1.
The FORM must have a NAME="something" as shown in the
HTML for the form (below, see NAME="TheForm").
2.
The TEXTAREA must have a NAME="something" as shown in the
HTML for the form (below, see NAME="TheText").
3.
The names used in the form must agree with those used in
the JavaScript script. See:
document.TheForm.TheText.focus();
document.TheForm.TheText.select();
4.
You can set the text to wrap by setting wrap="on" (or set
it not to wrap with wrap="off") in the textarea tag.
============
THE SCRIPTS:
============
Step One - The JavaScript Header Script
---------------------------------------
Put the following script in the head of the page. The
form name and textarea name in the document reference
in the script must conform to the names used in the
form in the body of the page.
Step Two - The Link That Selects The Text
-----------------------------------------
Use the following code for a link which, when clicked,
will select the text in the textarea.
Click to Select
Step Three - The Form and Its Textarea
--------------------------------------
Put the following form in the of the page where
you wish the textarea to appear. Alter the text as
needed. Remember that the form name and textarea name
must agree in the form and in the script.