<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012682" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012682</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-java-script-mailto-hyperlink#comment-1073384</link>
    <description> &lt;p&gt;Try putting this code within the form lines I gave you:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;input type=&amp;quot;file&amp;quot; name=&amp;quot;attach&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;This will give a box with a Browse button, and users should be able to attach a file with it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2000 22:17:22 +0000</pubDate>
 <dc:creator>voicebox</dc:creator>
 <guid isPermaLink="false">comment 1073384 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-java-script-mailto-hyperlink#comment-1073368</link>
    <description> &lt;p&gt;Thanks, but I don&#039;t think thats gonna do what i need it to do.  I can&#039;t send it through i form because when the e-mail message pops up they need to be able to attach a file to it.&lt;/p&gt;
&lt;p&gt;The actual problem i am having is when i add to many body lines i start to get an &quot;invalid pointer&quot; error.  &lt;/p&gt;
&lt;p&gt;[Edited by &lt;a href=&quot;mailto:bman@intercom.net&quot;&gt;bman@intercom.net&lt;/a&gt; on 10-30-2000 at 08:27 AM]&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2000 13:24:22 +0000</pubDate>
 <dc:creator>bman@intercom.net</dc:creator>
 <guid isPermaLink="false">comment 1073368 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/problem-java-script-mailto-hyperlink#comment-1073320</link>
    <description> &lt;p&gt;You may need to add your own form. Put this code somewhere on your web page:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form name=&amp;quot;email&amp;quot; action=&amp;quot;mailto:&amp;quot; method=&amp;quot;post&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;subject&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;body&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;And below the marker // BUILD MAIL MESSAGE COMPONENTS&lt;br /&gt;
put this code instead:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;// BUILD MAIL MESSAGE COMPONENTS&lt;br /&gt;var e = document.email;&lt;br /&gt;e.action = &amp;quot;mailto:&amp;quot; + to;&lt;br /&gt;e.subject.value = subject;&lt;br /&gt;e.body.value = body;&lt;br /&gt;// POP UP EMAIL MESSAGE WINDOW&lt;br /&gt;e.submit();&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Oct 2000 22:47:56 +0000</pubDate>
 <dc:creator>voicebox</dc:creator>
 <guid isPermaLink="false">comment 1073320 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
