<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011895" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011895</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-email#comment-1068410</link>
    <description> &lt;p&gt;Hi Michelle,&lt;/p&gt;
&lt;p&gt;  AOL has cgi (at least for mail to the site owner).  I use it at my site.  If you can sign on as your client (her screenname) or a friend&#039;s, type the aol keyword &#039;bhp&#039; into the aol browser.  They have a bunch of tutorials on using their cgi program.  Or, you can go to my site (top right hand corner of the home page), click on the email me button.  rightClick on the form page.  You should be able to download the form template as well with file-save.  If this makes no sense, let me know and I&#039;ll either explain everything here for you or send you the tutorials.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Sat, 29 Jul 2000 03:13:55 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1068410 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Form to Email</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-email#comment-1068401</link>
    <description> &lt;p&gt;Thanks for all the help.&lt;/p&gt;
&lt;p&gt;I use FormMail on my own Web site, yes it is great! However, I need another option for my client&#039;s Web site. She is with aol which does not support cgi.&lt;/p&gt;
&lt;p&gt;I think I will take Mike&#039;s advice and try Bravenet Web Services.&lt;/p&gt;
&lt;p&gt;If anyone has other suggestions about working with aol, please send them my way.&lt;/p&gt;
&lt;p&gt;Thanks for being here,&lt;/p&gt;
&lt;p&gt;MichelleB&lt;br /&gt;
&lt;a href=&quot;mailto:mrae@primenet.com&quot;&gt;mrae@primenet.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Jul 2000 23:10:33 +0000</pubDate>
 <dc:creator>MichelleB</dc:creator>
 <guid isPermaLink="false">comment 1068401 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-email#comment-1068370</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  I&#039;ve never had occasion to use it (matt&#039;s formmail), but I&#039;ve seen it and heard good things about it -- in other words, my rec also (for what it&#039;s worth).&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Jul 2000 12:10:51 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1068370 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-email#comment-1068364</link>
    <description> &lt;p&gt;If you choose to go the CGI/Perl route on your own server, I&#039;d strongly recommend Matt&#039;s Formmail program available at &lt;a href=&quot;http://www.worldwidemart.com/scripts/&quot; class=&quot;bb-url&quot;&gt;http://www.worldwidemart.com/scripts/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Jul 2000 05:46:55 +0000</pubDate>
 <dc:creator>xrs</dc:creator>
 <guid isPermaLink="false">comment 1068364 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Try Bravenet Web Services</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-email#comment-1068355</link>
    <description> &lt;p&gt;You can sign-up with Bravenet Web Services.  They offer free, e-mail form processing without any banner advertisements.  See &lt;a href=&quot;http://bravenet.com/samples/emailforms.php&quot; class=&quot;bb-url&quot;&gt;http://bravenet.com/samples/emailforms.php&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Jul 2000 02:55:10 +0000</pubDate>
 <dc:creator>mtgm</dc:creator>
 <guid isPermaLink="false">comment 1068355 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-email#comment-1068353</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; Welcome to reality! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt; Sending form data with mailto: is a very frustrating and iffy thing to do. With IE, users will get Outlook popping up more often than not and have to manually enter the data.  With Netscape, you can add the subject &amp;amp; content as in:&lt;/p&gt;
&lt;p&gt;  &lt;a href=&quot;mailto:myname@domain.com?subject=subText;content=formDataStr&quot; title=&quot;mailto:myname@domain.com?subject=subText;content=formDataStr&quot;&gt;mailto:myname@domain.com?subject=subText;content=formDataStr&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but unless if you are good at formatting data, it will look like garbage by the time you get it.&lt;/p&gt;
&lt;p&gt;Best choices:&lt;br /&gt;
See if your host provider provides a cgi program and/or cgi rights (if not, consider moving). If they have both, great. If you can run cgi, but have no program, you can pick up a program at &lt;a href=&quot;http://www.cgi-resources.com&quot; class=&quot;bb-url&quot;&gt;http://www.cgi-resources.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;br /&gt;
Vinny&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Jul 2000 02:37:52 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1068353 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
