J avaScript can help you send an e-mail to anyone on your "list". Just use the pulldown menu to select a recipient, compose your message, and hit "Send Message" to send it. This is a good JavaScript example for all beginners to learn from.
W e have tested the code in IE7.o, IE6.0, IE5.5, Netscape8.1.2, Netscape4.08, Netscape7.0, Firefox2.0.0.1, Opera9.10, and AOL Explorer1.5.. This script worked well in all platforms tested with no variations observed.
D epending on your knowledge of HTML and Java Scripts, this is an easy one step copy and paste code. Just paste the script anywhere in the <BODY> section where you want to have the form appear and then reconfigure your friend's email addresses and it is done. You can add as many addresses as you want, just follow the pattern as shown below.
<TABLE BORDER=0>
<TR VALIGN="top">
<TD>Recipient:</TD>
<TD><SELECT NAME="mailtoperson" onChange="msg(this.form)">
<OPTION VALUE="">-- Select --
<OPTION VALUE="Email Address Here">Person's Name Here
<OPTION VALUE="Email Address Here">Person's Name Here
<OPTION VALUE="Email Address Here">Person's Name Here
</SELECT></TD>
</TR>
<TR VALIGN="top">
T o add more names to the list just add the below after the last name on your list.
<OPTION VALUE="Email Address Here">Person's Name Here
B e sure to add each additional name to the list before the below section of code as it is shown in the above reconfiguration section.
</SELECT></TD>
</TR>
<TR VALIGN="top">
T here is only one other reconfiguration that you can make with this script. The default font color of all the text within the script will be that of what is in your <BODY> tag. To work around that and change the font color is quite simple. As you can see there are six areas you need to fill in with your information.
J ust add a font color tag around each of those words with the font color of your choice.
<TD><font color="#??????">Recipient:</font></TD>
We hope our tutorial was easy to follow and we covered everything in detail. If you would like to add this effect into your pages, grab the respective below link and you are there. If you have any problems with this or anything else, feel free to consult our [ FAQ ] and if you can't find the answer there, [ contact us ].
[ Get Code Here ]
[ Rate This Page ]
Search Our Site By Individual letter
[ A ]
[ B ]
[ C ]
[ D ]
[ E ]
[ F ]
[ G ]
[ H ]
[ I ]
[ J-K ]
[ L ] |
Little Tips Directory [ Page 1 ] [ Page 2 ] [ Page 3 ] [ Page 4 ] [ Page 5 ] [ Page 6 ] [ Page 7 ] |
[ Index Page 1 ]
[ Index Page 2 ]
[ Index Page 3 ]
[ Index Page 4 ]
[ Index Page 5 ] [ Index Page 6 ] [ Index Page 7 ] [ Index Page 8 ] [ Index Page 9 ] [ Index Page 10 ] [ Index Page 11 ] [ Index Page 12 ] [ Index Page 13 ] [ Form Index ] [ News Letter Archives ]
[ Navigation Page ]
[ Archives Of Published Material ] |
If you are part of the ever growing number of webmasters who enjoy
sharing your knowledge with others on web design, join The
Consigliere Ltd. web ring to broaden your scope of exposure.
Join Today
This Site Was Built And Is Maintained Exclusively by
The Webmaster @ Consigliere Ltd.
Copyright © Consigliere Ltd., All Rights Reserved. 2001-