<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'get text of textarea in html' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'get text of textarea in html' posted on the 'JavaScript' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 13:18:31 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 13:18:31 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>get text of textarea in html</title>
      <link>http://www.programmersheaven.com/mb/java-script/106073/106073/get-text-of-textarea-in-html/</link>
      <description>how can i get the text of textarea object in html?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/106073/106073/get-text-of-textarea-in-html/</guid>
      <pubDate>Sun, 17 Mar 2002 11:06:53 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: get text of textarea in html</title>
      <link>http://www.programmersheaven.com/mb/java-script/106073/106271/re-get-text-of-textarea-in-html/#106271</link>
      <description>Use:&lt;br /&gt;
document.formname.textareaname.value&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;
&amp;lt;form name="frm1"&amp;gt;
&amp;lt;textarea name="txt1" COLS=40 ROWS=5&amp;gt;&amp;lt;/textarea&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;input type="button" value="GET"
onclick="alert(document.frm1.txt1.value)"&amp;gt;
&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
-- Secret_Doom - Leonardo Pignataro --&lt;br /&gt;
&lt;br /&gt;
secret_doom@hotmail.com&lt;br /&gt;
www.batch.hpg.com.br&lt;br /&gt;
&lt;br /&gt;
: how can i get the text of textarea object in html?&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/106073/106271/re-get-text-of-textarea-in-html/#106271</guid>
      <pubDate>Mon, 18 Mar 2002 10:42:11 -0700</pubDate>
      <category>JavaScript</category>
    </item>
  </channel>
</rss>