<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038140" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038140</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-establish-email-button#comment-1218500</link>
    <description> &lt;p&gt;This works, i have also added the ablity to add a default subject and  default body text. This should work fine.&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
function openEmailClient(emailAddress, theSubject, theBody)&lt;br /&gt;
{&lt;br /&gt;
  var locationString = &#039;&#039;;&lt;br /&gt;
  if (!emailAddress)&lt;br /&gt;
    alert(&quot;No E-mail Specified&quot;);&lt;br /&gt;
  else&lt;br /&gt;
  {&lt;br /&gt;
    locationString += &#039;mailto:&#039; + emailAddress + &#039;?1=1&#039;;&lt;/p&gt;
&lt;p&gt;    if (theSubject)&lt;br /&gt;
      locationString += &#039;&amp;amp;subject=&#039; + theSubject;&lt;/p&gt;
&lt;p&gt;    if (theBody)&lt;br /&gt;
      locationString += &#039;&amp;amp;body=&#039; + theBody;&lt;/p&gt;
&lt;p&gt;    window.location = locationString;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;#&quot;&gt;click me&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 28 Apr 2007 11:22:15 +0000</pubDate>
 <dc:creator>derekharvey</dc:creator>
 <guid isPermaLink="false">comment 1218500 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-establish-email-button#comment-1218466</link>
    <description> &lt;p&gt;Try using a function?&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;input .... onClick=&amp;quot;sendEmail(the_id)&amp;quot; /&amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;function sendEmail(the_id) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.write(&amp;#039;mailto:email@domain.com&amp;#039;);&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I&#039;m not really sure if that will even work, but maybe try implementing a function rather than use a direct javascript command.  That&#039;s my basic point.&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Apr 2007 16:09:53 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1218466 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Tried</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-establish-email-button#comment-1218463</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;derekharvey;218194 wrote:&lt;/strong&gt; Have you tried:&lt;/p&gt;
&lt;p&gt;OnClick=&quot;mailto:email@domain.com&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Did try that, but nothing happens&lt;/p&gt;
&lt;p&gt;Suggestions appreciated. Currently I am not using CSS so easiest solutions please&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Apr 2007 14:49:02 +0000</pubDate>
 <dc:creator>RobM</dc:creator>
 <guid isPermaLink="false">comment 1218463 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Try ...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-establish-email-button#comment-1218194</link>
    <description> &lt;p&gt;Have you tried:&lt;/p&gt;
&lt;p&gt;OnClick=&quot;mailto:email@domain.com&quot;&lt;/p&gt;
 </description>
     <pubDate>Sat, 21 Apr 2007 02:14:48 +0000</pubDate>
 <dc:creator>derekharvey</dc:creator>
 <guid isPermaLink="false">comment 1218194 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
