<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PM. Formmail</title>
	<atom:link href="http://www.rollingr.net/wordpress/2006/11/08/pm-formmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rollingr.net/wordpress/2006/11/08/pm-formmail/</link>
	<description>If we had a problem, here's our solution</description>
	<lastBuildDate>Thu, 15 Jul 2010 20:28:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Richard</title>
		<link>http://www.rollingr.net/wordpress/2006/11/08/pm-formmail/comment-page-1/#comment-14</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 12 Dec 2006 16:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2006/11/08/pm-formmail/#comment-14</guid>
		<description>The only problem I can see with this is that the &lt;br&gt; are on separate lines. If you want to break the definition over a line end, then you need to end the first line with a backslash. For example:
[Code]var AgreeString = &quot;I agree \
to \
this&quot;;[/code]

will work, whereas
[Code]var AgreeString = &quot;I agree 
to 
this&quot;;
[/code]
will not</description>
		<content:encoded><![CDATA[<p>The only problem I can see with this is that the &lt;br> are on separate lines. If you want to break the definition over a line end, then you need to end the first line with a backslash. For example:</p>
<div class="igBar"><span id="lcode-1"><a href="#" onclick="javascript:showPlainTxt('code-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-1">
<div class="code">
<ol>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">var AgreeString = <span style="color:#CC0000;">"I agree <span style="color:#000099; font-weight:bold;">\</span></span></div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#CC0000;">to <span style="color:#000099; font-weight:bold;">\</span></span></div>
</li>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#CC0000;">this"</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>will work, whereas</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showPlainTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">var AgreeString = <span style="color:#CC0000;">"I agree </span></div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#CC0000;">to </span></div>
</li>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#CC0000;">this"</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p>
will not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian95</title>
		<link>http://www.rollingr.net/wordpress/2006/11/08/pm-formmail/comment-page-1/#comment-13</link>
		<dc:creator>Julian95</dc:creator>
		<pubDate>Tue, 12 Dec 2006 15:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2006/11/08/pm-formmail/#comment-13</guid>
		<description>I tried your script and for some reason, I can&#039;t get it to work for me. Can you view my script below and tell me what is wrong. Please send it to my email. Thanks in advance Julian95.

[html]
&lt;Form Method=post Action=&quot;http://www.ewebmall.com/cgi-bin/formmail/FormMail.pl&quot;&gt;
&lt;INPUT TYPE=hidden NAME=&quot;recipient&quot; VALUE=&quot;tome@mydomain.com&quot;&gt;
&lt;INPUT TYPE=hidden NAME=&quot;realname&quot; VALUE=&quot;Web Form&quot;&gt;
&lt;INPUT TYPE=hidden NAME=subject VALUE=&quot;Signed Agreement&quot;&gt;
&lt;SCRIPT language=&quot;JavaScript&quot; TYPE=&quot;text/javascript&quot;&gt; var AgreeString = &quot;VIP Store Agreement
&lt;br&gt;
&lt;br&gt;
For a period of 60 days from the date stated above, we agree to allow
eWebmall to take any information text or pictures (jpg or gif) from our website
for the purpose of promoting them on the eWebmall website.&quot;; document.write(AgreeString); document.write(&quot;&lt;INPUT TYPE=hidden NAME=\&quot;Agreement\&quot; VALUE=\&quot;&quot;+AgreeString+&quot;\&quot;&gt;&quot;); &lt;/SCRIPT&gt;
&lt;p&gt;Please type your name and title in the field below to indicate you agree with our terms.&lt;br&gt;Example: John Smith, Manager&lt;/p&gt;
&lt;INPUT TYPE=text NAME=&quot;IAgree&quot; SIZE=&quot;76&quot;&gt;
&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;Submit&quot; VALUE=&quot;I Agree&quot;&gt;
&lt;/form&gt;
[/html]</description>
		<content:encoded><![CDATA[<p>I tried your script and for some reason, I can't get it to work for me. Can you view my script below and tell me what is wrong. Please send it to my email. Thanks in advance Julian95.</p>
<div class="igBar"><span id="lhtml-3"><a href="#" onclick="javascript:showPlainTxt('html-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-3">
<div class="html">
<ol>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/form.html"><span style="color: #000000; font-weight: bold;">&lt;Form</span></a> <span style="color: #000066;">Method</span>=post <span style="color: #000066;">Action</span>=<span style="color: #ff0000;">"http://www.ewebmall.com/cgi-bin/formmail/FormMail.pl"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;INPUT</span></a> <span style="color: #000066;">TYPE</span>=hidden <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">"recipient"</span> <span style="color: #000066;">VALUE</span>=<span style="color: #ff0000;">"tome@mydomain.com"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;INPUT</span></a> <span style="color: #000066;">TYPE</span>=hidden <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">"realname"</span> <span style="color: #000066;">VALUE</span>=<span style="color: #ff0000;">"Web Form"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;INPUT</span></a> <span style="color: #000066;">TYPE</span>=hidden <span style="color: #000066;">NAME</span>=subject <span style="color: #000066;">VALUE</span>=<span style="color: #ff0000;">"Signed Agreement"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">&lt;SCRIPT</span></a> <span style="color: #000066;">language</span>=<span style="color: #ff0000;">"JavaScript"</span> <span style="color: #000066;">TYPE</span>=<span style="color: #ff0000;">"text/javascript"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span> var AgreeString = &quot;VIP Store Agreement</div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br&gt;</span></a></span></div>
</li>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br&gt;</span></a></span></div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">For a period of 60 days from the date stated above, we agree to allow</div>
</li>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">eWebmall to take any information text or pictures (jpg or gif) from our website</div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">for the purpose of promoting them on the eWebmall website.&quot;; document.write(AgreeString); document.write(&quot;<span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;INPUT</span></a> <span style="color: #000066;">TYPE</span>=hidden <span style="color: #000066;">NAME</span>=\<span style="color: #ff0000;">"Agreement\"</span> <span style="color: #000066;">VALUE</span>=\<span style="color: #ff0000;">""</span>+AgreeString+<span style="color: #ff0000;">"\"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>&quot;); <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/SCRIPT&gt;</span></span></div>
</li>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">&lt;p&gt;</span></a></span>Please type your name and title in the field below to indicate you agree with our terms.<span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br&gt;</span></a></span>Example: John Smith, Manager<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/p&gt;</span></span></div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;INPUT</span></a> <span style="color: #000066;">TYPE</span>=<span style="color: #000066;">text</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">"IAgree"</span> <span style="color: #000066;">SIZE</span>=<span style="color: #ff0000;">"76"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li class="geshi"  style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/input.html"><span style="color: #000000; font-weight: bold;">&lt;INPUT</span></a> <span style="color: #000066;">TYPE</span>=<span style="color: #ff0000;">"submit"</span> <span style="color: #000066;">NAME</span>=<span style="color: #ff0000;">"Submit"</span> <span style="color: #000066;">VALUE</span>=<span style="color: #ff0000;">"I Agree"</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></div>
</li>
<li class="geshi"  style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/form&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
</channel>
</rss>
