<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003107" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003107</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cursor-appearing-form#comment-1013727</link>
    <description> &lt;p&gt;It worked!!  Thanks!&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 May 2000 23:38:00 +0000</pubDate>
 <dc:creator>rams</dc:creator>
 <guid isPermaLink="false">comment 1013727 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cursor-appearing-form#comment-1013726</link>
    <description> &lt;p&gt;try adding this to your reset button:&lt;/p&gt;
&lt;p&gt;onclick=&quot;document.&lt;strong&gt;&lt;em&gt;formName.inputAreaName.&lt;/em&gt;&lt;/strong&gt;focus()&quot;  you might have to do it on settime out, I am not sure, but try this first.  If this doesn&#039;t work, just poast a message saying it doesn&#039;t.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 May 2000 22:47:00 +0000</pubDate>
 <dc:creator>Arielladog</dc:creator>
 <guid isPermaLink="false">comment 1013726 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cursor-appearing-form#comment-1013725</link>
    <description> &lt;p&gt;Thanks, that worked.  But I now have another problem.  I have a reset button on the form, and whenever it&#039;s pressed, the cursor doesn&#039;t appear on form.  Is there anyway I can get it to appear after hitting the reset button.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 May 2000 22:04:00 +0000</pubDate>
 <dc:creator>rams</dc:creator>
 <guid isPermaLink="false">comment 1013725 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cursor-appearing-form#comment-1013724</link>
    <description> &lt;p&gt;You justhave to tell the page to focus on the input box.  Here is what I mean..you would stick it into the body tag like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;body onload=&quot;document.&lt;strong&gt;&lt;em&gt;formName&lt;/em&gt;&lt;/strong&gt;.&lt;strong&gt;&lt;em&gt;inputAreaName&lt;/em&gt;&lt;/strong&gt;.focus()&quot;  In this example, replace the bold and italicized items to fit your document.  Here is an example document of what I mean.&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body onload=&quot;document.info.name.focus()&quot;&amp;gt;&lt;br /&gt;
&amp;lt;form name=&quot;info&quot;&amp;gt;&lt;br /&gt;
What is your name?&lt;br /&gt;
&amp;lt;input type=&quot;text&quot; name=&quot;name&quot; value=&quot;&quot;&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;P.S.-you can crash someone&#039;s browser by using some of this...try&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body onload=&quot;document.info.name.focus()&quot;&amp;gt;&lt;br /&gt;
&amp;lt;form name=&quot;info&quot;&amp;gt;&lt;br /&gt;
What is your name?&lt;br /&gt;
&amp;lt;input type=&quot;text&quot; name=&quot;name&quot; value=&quot;&quot; onfocus=&quot;this.blur()&quot; onblur=&quot;this.focus()&quot;&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;br /&gt;
and your browser crashes...I hope you see why (just thought it was neat and thought I would share)&lt;/p&gt;
 </description>
     <pubDate>Thu, 04 May 2000 02:39:00 +0000</pubDate>
 <dc:creator>Arielladog</dc:creator>
 <guid isPermaLink="false">comment 1013724 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
