
JavaScript Mode Instructions
|
| Email Mask lets you choose among four different prompts your visitors
can click to Email you. [The following examples really
work. Try them if you want.] You can use your email address as a clickable link to send the email, like this: Email me at Or, you can use some words/text of your choice as the clickable link, like this:
Or, a graphic, like this: Or, a button, like this You can also add words of your choosing that will automatically appear in the Subject of the visitor's Email |
.
|
After you generate the JavaScript using the program and copy it to the Windows Clipboard, you paste it into your webpage's HTML code in the place you want it to appear on your webpage. Here is one method of doing this. Caution: Always back-up your webpage files before modifying them. First, using your webpage making tool, mark the location you want put the clickable Email link with some characters you will recognize when you see them in the HTML jumble. In this illustration I have marked the location with a bunch of Zs. Here's how it looks in FrontPage normal mode:
Here's how it looks in the HTML jumble:
Now, remove the marker (Zs) and add about 4 Carriage Returns (press Enter 4 times) to create some working space
Next paste the JavaScript in the middle of the space you made with the Carriage Returns
Here's how it now looks in FrontPage. Notice, the place where the prompt should be is
blank. That's because
|
Now, here's how it looks for real to a visitor:
|
You can email me here:
Hope you find it useful. |
Using a Graphic as Your PromptIf you are using a graphic as your Email prompt, after pasting in the JavaScript you will see something like this in your webpage maker tool:
The easiest way to add the graphic is to simply copy the file named "email.gif" from the Email Mask program folder into the folder with your webpage file. But, if you don't like this graphic and want to use a different one, locate the following line that's at the top of the JavaScript you pasted in: <a href="JavaScript:EmailMask()"><img src="email.gif" alt="Email" border="0" width="40" height="28"></a>
carefully edit the line and change "email.gif" to "yourgraphic.ext".
You also have to change the width= and height= values to the width
and height of your graphic. Be careful not to change anything
else. Then put your graphic in the same folder with your
webpage.
Levels of MaskingEmail Mask lets your choose from three levels of masking:
Note: All three levels create results that look
the same in a browser.
|