============================================================ Script: Ask Visitor For Name Script Functions: A very simple paste-it-in script that asks the vistor for his or her name when entering your page, then prints a "Hello" welcome message anywhere you wish in the body of the page. If the visitor does not type in a message, a default message shows, instead. Very easy install for JavaScript newcomers. Browsers: NS3-6, IE4-6 Author: etLux ============================================================ INSTRUCTIONS: Paste the following block into the (notice we said the body, *not* the ) of your page, exactly where you would like the message to appear. ============================================================ Design Notes: 1. When you use an in-the-body script like this, you will usually want to format the text it prints into the page. This is simple enough to do -- just surround the the block with font tags, like this: Change the face, size, and color to match your design. 2. You may not, of course, want to use the "Hello Name!" message we show. See the two commented lines in the script above for where you can change the message. ============================================================