|
A nice thing to have on your web site if you run a Majordomo mail list is a way for viewers to join your mail list via the web site. We have a script at Speedsoft for this very purpose. You can include it in your web page without copying any code to your cgi-bin directory. Just put the HTML shown at the bottom of this page on your site and change the variables accordingly. An example of this is the Speedsoft News List Addition Page. VARIABLES:
NOTE: Do not change the form action in line two to the server your account is on, leave it set to www.speedsoft.com. Copy this to your web page: <form method="post" action="http://www.speedsoft.com/cgi-bin/majdom.pl"> Join our mail list!<P> Put your email address here:<BR> <input type="hidden" name="list" value="YOUR_LIST_NAME"> <input type="hidden" name="text" value="#FFFF80"> <input type="hidden" name="link" value="#ffffcc"> <input type="hidden" name="bgcolor" value="#000000"> <input type="hidden" name="vlink" value="#A08700"> <input type="text" name="address" size="30" maxlength="100"><P> <input type="submit" name="send" value="Join Now"> </form> |