<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: forms</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>How to Turn Off Form Autocompletion</title>
        <link>http://www.posteet.com/view/1697</link>
        <description>
        <![CDATA[<pre>&lt;!-- Add autocomplete = &quot;off&quot; in the form tag --&gt;

&lt;!-- Example --&gt;
&lt;form name=&quot;form1&quot; id=&quot;form1&quot; method=&quot;post&quot; autocomplete=&quot;off&quot;
  action=&quot;http://www.example.com/form.cgi&quot;&gt;
[...]
&lt;/form&gt;</pre> <a href="http://www.posteet.com/tags/autocompletion">[autocompletion]</a>  <a href="http://www.posteet.com/tags/firefox">[firefox]</a>  <a href="http://www.posteet.com/tags/forms">[forms]</a>  <a href="http://www.posteet.com/tags/html">[html]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Sun, 10 May 2009 00:09:24 +0200</pubDate>

            <category>autocompletion</category>
            <category>firefox</category>
            <category>forms</category>
            <category>html</category>
    
    </item>

  
    <item>
        <title>How to Control Tab Order in HTML (tabindex attribute)</title>
        <link>http://www.posteet.com/view/1553</link>
        <description>
        <![CDATA[<pre>&lt;html&gt;
&lt;head&gt;
  &lt;title&gt;Controlling TAB Order&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
  &lt;form&gt;
    Field 1 (first tab selection):
    &lt;input type=&quot;text&quot; name=&quot;field1&quot; tabindex=1 /&gt;&lt;br /&gt;
    Field 2 (third tab selection):
    &lt;input type=&quot;text&quot; name=&quot;field2&quot; tabindex=3 /&gt;&lt;br /&gt;
    Field 3 (second tab selection):
    &lt;input type=&quot;text&quot; name=&quot;field3&quot; tabindex=2 /&gt;&lt;br /&gt;
  &lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;</pre> <a href="http://www.posteet.com/tags/forms">[forms]</a>  <a href="http://www.posteet.com/tags/html">[html]</a>  <a href="http://www.posteet.com/tags/input">[input]</a>  <a href="http://www.posteet.com/tags/tab">[tab]</a>  <a href="http://www.posteet.com/tags/tabindex">[tabindex]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Sun, 08 Feb 2009 14:34:43 +0100</pubDate>

            <category>forms</category>
            <category>html</category>
            <category>input</category>
            <category>tab</category>
            <category>tabindex</category>
    
    </item>

  
    <item>
        <title>Serialize form values to use with Prototype.js AJAX model</title>
        <link>http://www.posteet.com/view/1000</link>
        <description>
        <![CDATA[<pre>var pars = Form.serialize($('form'));</pre> <a href="http://www.posteet.com/tags/forms">[forms]</a>  <a href="http://www.posteet.com/tags/prototype">[prototype]</a> ]]>        </description>
        <dc:creator>fandelost</dc:creator>
        <pubDate>Fri, 06 Jun 2008 15:33:53 +0200</pubDate>

            <category>forms</category>
            <category>prototype</category>
    
    </item>


</channel>
</rss>
