<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002687" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002687</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-javascript#comment-1011868</link>
    <description> &lt;p&gt;Never mind,&lt;/p&gt;
&lt;p&gt;Patrick D helped me with it.&lt;/p&gt;
&lt;p&gt;Thanks to everyone for the help.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;A &#039;jiffy&#039; is an actual unit of time for 1/100th of a second.&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Dec 1999 00:55:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1011868 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-javascript#comment-1011867</link>
    <description> &lt;p&gt;Thanks for the help !&lt;/p&gt;
&lt;p&gt;John, the code you gave me was great, almost perfect  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;, except I want the actual HTML code (&amp;lt;a href=&quot;url&amp;gt;name&amp;lt;/a&amp;gt; ) to be placed in the text area.&lt;/p&gt;
&lt;p&gt;So I have&lt;br /&gt;
url = window.prompt(&quot;What is the URL to the site?&quot;,&quot;http://&quot;);&lt;br /&gt;
name = window.prompt(&quot;What is the name of the site?&quot;,&quot;&quot;);&lt;/p&gt;
&lt;p&gt;but instead of just adding the link to the textarea, how can I add the full HTML code for the  URL/Site name to the  textarea?&lt;br /&gt;
link=&amp;lt;a href=&quot;&#039; + url + &#039;&quot;&amp;gt;&#039; + site + &#039;&amp;lt;/a&amp;gt;;&lt;/p&gt;
&lt;p&gt;or somthing like that?&lt;/p&gt;
&lt;p&gt;Thanks for the help!&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;The longest recorded flight of a chicken is 13 seconds.&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Dec 1999 00:18:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1011867 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-javascript#comment-1011866</link>
    <description> &lt;p&gt;I don&#039;t think a link can be placed in a textarea, just text (except maybe IE4 or 5?)&lt;/p&gt;
&lt;p&gt;The code below should gather urls and place them in the textarea:&lt;/p&gt;
&lt;p&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 get_url(a_url)&lt;br /&gt;
{&lt;br /&gt;
url = window.prompt(&quot;What is the URL to the site?&quot;,&quot;http://www.&quot;);&lt;/p&gt;
&lt;p&gt;link= a_url+&quot;\n&quot;+url;&lt;/p&gt;
&lt;p&gt;document.form1.the_urls.value=link;&lt;br /&gt;
}&lt;br /&gt;
//--&amp;gt;&lt;br /&gt;
&amp;lt;/SCRIPT&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;form1&quot;&amp;gt;&lt;br /&gt;
&amp;lt;TEXTAREA name=&quot;the_urls&quot;&amp;gt;&amp;lt;/TEXTAREA&amp;gt;&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;button&quot; onClick=&quot;get_url(document.form1.the_urls.value)&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/FORM&amp;gt;&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&lt;/p&gt;
&lt;p&gt;I&#039;m tired though, let me know if it helps any.   &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by John Pollock (edited 28 November 1999).]&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Nov 1999 04:12:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1011866 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-javascript#comment-1011865</link>
    <description> &lt;p&gt;Thank you very much for the help.&lt;/p&gt;
&lt;p&gt;So I would have&lt;br /&gt;
site = window.prompt(&quot;What is the name of the site?&quot;);&lt;br /&gt;
url = window.prompt(&quot;What is the URL to the site?&quot;,&quot;http://www.&quot;);&lt;/p&gt;
&lt;p&gt;link=&quot;&amp;lt;a href=&quot;&#039; + url + &#039;&quot;&amp;gt;&#039; + site + &#039;&amp;lt;/a&amp;gt;&#039;)&quot;;&lt;/p&gt;
&lt;p&gt;What I wanted with the text area is that the variable  link  will be added to the textarea so the textarea will contain all of the links entered.&lt;/p&gt;
&lt;p&gt;If you don&#039;t understand, I will try and explain again.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;If you counted 24 hours a day, it would take 31,688 years to reach one trillion.&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Nov 1999 02:22:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1011865 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-javascript#comment-1011864</link>
    <description> &lt;p&gt;I don&#039;t know what you want with the textarea - not really relevant.&lt;/p&gt;
&lt;p&gt;Try &lt;/p&gt;
&lt;p&gt;site = window.prompt(&quot;What is the name of the site?&quot;);&lt;br /&gt;
url = window.prompt(&quot;What is the URL to the site?&quot;,&quot;http://www.&quot;);&lt;/p&gt;
&lt;p&gt;document.write(&#039;&amp;lt;a href=&quot;&#039; + url + &#039;&quot;&amp;gt;&#039; + site + &#039;&amp;lt;/a&amp;gt;&#039;);&lt;/p&gt;
&lt;p&gt;You could always write this to a layer so that you can keep the rest of your page the same.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
 &lt;a href=&quot;http://go.to/hass&quot; class=&quot;bb-url&quot;&gt;http://go.to/hass&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Nov 1999 02:01:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011864 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/need-javascript#comment-1011863</link>
    <description> &lt;p&gt;Maybe I did not give enough info?&lt;/p&gt;
&lt;p&gt;On the click of an  input button I need somthing like&lt;br /&gt;
&lt;BLOCKQUOTE&gt;code:&lt;/blockquote&gt;&lt;/p&gt;
&lt;pre&gt;
site=window.prompt(&quot;What is the name of the site?&quot;);
url=window.prompt(&quot;What is the URL to the site?&quot;,&quot;http://www.&quot;);
link=&quot;&amp;lt;a href=&quot;$url&quot;&amp;gt;$site&amp;lt;/a&amp;gt;;
[/code]

I don&#039;t think that code is correct , but something similiar to it.

Than I need $link added at a &amp;lt;textarea&amp;gt;.

Any ideas?
Thanks



------------------
&lt;strong&gt;If you counted 24 hours a day, it would take 31,688 years to reach one trillion.&lt;/strong&gt; &lt;/pre&gt;</description>
     <pubDate>Wed, 24 Nov 1999 20:43:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1011863 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
