<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002706" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002706</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/disable-text-area#comment-1011934</link>
    <description> &lt;p&gt;As far as I know you can always modify what is written in a text area. What you can do, using JavaScript, is write the text from the text area to a page with something like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;script language=&quot;JavaScript&quot;&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
function writeText()&lt;br /&gt;
{&lt;br /&gt;
document.write(document.formname.textareaname.value)&lt;br /&gt;
}&lt;br /&gt;
//--&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Title&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;form name=&quot;formname&quot;&amp;gt;&lt;br /&gt;
&amp;lt;textarea name=&quot;textareaname&quot; rows=&quot;10&quot; cols=&quot;60&quot;&amp;gt;&amp;lt;/textarea&amp;gt;&lt;br /&gt;
&amp;lt;input type=&quot;button&quot; value=&quot;Click Me&quot; onClick=writeText()&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;This will show what the user wrote on the page and they can&#039;t change it.&lt;/p&gt;
 </description>
     <pubDate>Sat, 11 Dec 1999 05:14:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011934 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
