<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012138" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012138</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-text-textfield-dynamically#comment-1070166</link>
    <description> &lt;p&gt;you forgot the closing &quot; again&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Aug 2000 18:29:49 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070166 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-text-textfield-dynamically#comment-1070154</link>
    <description> &lt;p&gt;Woohoo! I figured it out, thanks to um..I forget who it was that gave me the info in the JavaScript Help Forum!&lt;/p&gt;
&lt;p&gt;Simply the basis of it is&lt;br /&gt;
&lt;a href=&quot;#&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;IT WORKS GREAT!&lt;/p&gt;
&lt;p&gt;VulKen&lt;br /&gt;
&lt;strong&gt;Happier then I really should be!&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Aug 2000 15:45:10 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1070154 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-text-textfield-dynamically#comment-1070087</link>
    <description> &lt;p&gt;I know what you mean... Vorm had it wrong in his code.&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Aug 2000 23:39:36 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070087 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-text-textfield-dynamically#comment-1070050</link>
    <description> &lt;p&gt;Max that wasn&#039;t the question I was asking. I know how to put text into a text area. But I want it to be empty upon load. Let them type in schtuff and then they can click a link, and it would paste some text in the textarea at the spot of the cursor.&lt;/p&gt;
&lt;p&gt;I am going to post this question in the Javascript forum as well.&lt;/p&gt;
&lt;p&gt;VulKen&lt;br /&gt;
[b]Take Me Drunk, I&#039;m Home Again[\b]&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Aug 2000 13:18:33 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1070050 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-text-textfield-dynamically#comment-1070003</link>
    <description> &lt;p&gt;the syntax for  is:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;textarea&amp;gt;&lt;br /&gt;Text goes here&lt;br /&gt;&amp;lt;/textarea&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 20:46:00 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070003 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-text-textfield-dynamically#comment-1070002</link>
    <description> &lt;p&gt;how will this be used?&lt;/p&gt;
&lt;p&gt;if you use perl, it will be server side and slower&lt;br /&gt;
if you use javascript it&#039;a be client side (and for me, harder to write)&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 20:41:46 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070002 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/adding-text-textfield-dynamically#comment-1070000</link>
    <description> &lt;p&gt;Well, you could print all the text to a file, and refer the file into the textarea.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;open(HEH, &amp;quot;&amp;gt;&amp;gt;/path/to/file.txt&amp;quot;);&lt;br /&gt;print HEH &amp;quot;$texttogointextarea&amp;quot;;&lt;br /&gt;close(HEH);&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Then have PERL file like this:&lt;/p&gt;
&lt;p&gt;#!/usr/bin/perl&lt;/p&gt;
&lt;p&gt;open(HEH, &quot;&amp;gt;&amp;gt;/path/to/file.txt&quot;);&lt;br /&gt;
@text=;&lt;br /&gt;
close(HEH);&lt;/p&gt;
&lt;p&gt;print &amp;lt;&lt;/p&gt;
&lt;p&gt;heh&lt;/p&gt;
&lt;p&gt;Hope that works.&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 20:37:10 +0000</pubDate>
 <dc:creator>Vorm</dc:creator>
 <guid isPermaLink="false">comment 1070000 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
