<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1025777" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1025777</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/js-prompt-and-insertion#comment-1156315</link>
    <description> &lt;p&gt;Awesome, now the windows work...but the same question applies:&lt;/p&gt;
&lt;p&gt;How do i insert text into a textarea or textbox where the cursor is?  You know what I&#039;m talking about?&lt;/p&gt;
 </description>
     <pubDate>Sun, 08 Aug 2004 15:10:30 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1156315 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/js-prompt-and-insertion#comment-1156310</link>
    <description> &lt;p&gt;Line 67? Change:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;	if (var text = window.prompt(&amp;quot;Link Text or Name:&amp;quot;)){&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
to:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;	if (text = window.prompt(&amp;quot;Link Text or Name:&amp;quot;)){&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 08 Aug 2004 09:44:51 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1156310 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/js-prompt-and-insertion#comment-1156306</link>
    <description> &lt;p&gt;OK, I made those changes...but I can&#039;t get the JS prompt window to even appear...you can check this out at (still under visual development)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.terrifictots.com/update&quot; class=&quot;bb-url&quot;&gt;terrifictots.com/update&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Don&#039;t worry...you can&#039;t update the content... it&#039;s not working yet &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 08 Aug 2004 03:29:07 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1156306 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/js-prompt-and-insertion#comment-1156095</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Suzanne wrote:&lt;/strong&gt; The semi-colon terminator is optional. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Yes, that is what I&#039;m lamenting. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; It makes scripts easier to read, following C/Java syntax better. Kids these days... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Aug 2004 22:20:06 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1156095 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/js-prompt-and-insertion#comment-1156063</link>
    <description> &lt;p&gt;The semi-colon terminator is optional. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Aug 2004 14:20:57 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1156063 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/js-prompt-and-insertion#comment-1156059</link>
    <description> &lt;p&gt;I thought that was needed, but I searched around google, and it seemed optional (all the tutorial sites didnt use them)&lt;/p&gt;
&lt;p&gt;Thanks...I&#039;ll check it out and repost&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Aug 2004 13:39:45 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1156059 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/js-prompt-and-insertion#comment-1156053</link>
    <description> &lt;p&gt;- &lt;strong&gt;getElementById&lt;/strong&gt;, not &lt;strong&gt;GetElementById&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;- the JS concat operator is &lt;strong&gt;+&lt;/strong&gt;, not &lt;strong&gt;&amp;amp;&amp;amp;&lt;/strong&gt;. &amp;amp;&amp;amp; is the logical AND operator.&lt;/p&gt;
&lt;p&gt;- whatever happened to the whole semicolon line terminator thing? *sigh*&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 Aug 2004 04:37:30 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1156053 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
