<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / IaGadgetGuy / tag / forms</title>
<link>http://netvouz.com/IaGadgetGuy/tag/forms?feed=rss</link>
<description>IaGadgetGuy&#39;s bookmarks tagged &quot;forms&quot; on Netvouz</description>
<item><title>allow no option</title>
<link>http://netvouz.com/dangerous/8047543207908317528?url=javascript:(function(){function down(){bmlRadioValue=this.checked;bmlRadioRef=this;} function click() {if((window.bmlRadioRef==this)&amp;&amp;window.bmlRadioValue) {this.checked=false;bmlRadioRef=null;}}function mU(radio){radio.onmousedown=down; radio.onkeydown=down;radio.onclick=click;}var x,k,f,j;x=document.forms;for (k=0;k&lt;x.length;++k){f=x[k];for(j=0;j&lt;f.length;++j)if(f[j].type.toLowerCase()==%22radio%22)mU(f[j]);}window.status=%22To unselect a selected option button, click on it or press spacebar.%22})();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>character count</title>
<link>http://netvouz.com/dangerous/6039237928241334078?url=javascript:(function(){var D=document,i,f,j,e;for(i=0;f=D.forms[i];++i)for(j=0;e=f[j];++j)if(e.type==%22text%22||e.type==%22password%22||e.tagName.toLowerCase()==%22textarea%22)S(e);function S(e){if(!e.N){var x=D.createElement(%22span%22),s=x.style;s.color=%22green%22;s.background=%22white%22;s.font=%22bold 10pt sans-serif%22;s.verticalAlign=%22top%22;e.parentNode.insertBefore(x,e.nextSibling);function u(){x.innerHTML=e.value.length;}u();e.onchange=u;e.onkeyup=u;e.oninput=u;e.N=x;}else{e.parentNode.removeChild(e.N);e.N=0;}}})()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>enlarge textareas</title>
<link>http://netvouz.com/dangerous/3512696085203331344?url=javascript:(function(){var i,x; for(i=0;x=document.getElementsByTagName(%22textarea%22)[i];++i) x.rows += 5; })()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>Form Bookmarklets</title>
<link>http://www.squarefree.com/bookmarklets/forms.html</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>frmget</title>
<link>http://netvouz.com/dangerous/4976410388910231?url=javascript:(function(){var x,i; x = document.forms; for (i = 0; i &lt; x.length; ++i) x[i].method=%22get%22; alert(%22Changed %22 + x.length + %22 forms to use the GET method.  After submitting a form from this page, you should be able to bookmark the result.%22); })();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>htmlarea moz</title>
<link>http://netvouz.com/dangerous/4535754259700622614?url=javascript:(function(){for(i=0;f=document.forms[i];++i)for(j=0;t=f[j];++j)if(t.tagName==%22TEXTAREA%22&amp;&amp;!t.midasified){var m=document.createElement(%22iframe%22);t.parentNode.insertBefore(m,t);Midas(m,t.value);m.style.background=%22white%22;m.style.width=getComputedStyle(t,%22%22).getPropertyValue(%22width%22);m.style.height=getComputedStyle(t,%22%22).getPropertyValue(%22height%22);m.style.border=%222px inset green%22;m.oldTextarea=t;t.midasified=true;t.style.display=%22none%22;var U=makeUpdate(m);setInterval(U,50);f.addEventListener(%22submit%22,U,false);if(q=f.posttype){q.selectedIndex=1;q.style.background=%22#dfd%22;}}function makeUpdate(M){return function(){M.oldTextarea.value=M.contentDocument.body.innerHTML;}}function Midas(M,V){M.onload=function(){M.contentDocument.body.innerHTML=V;M.contentDocument.designMode=%22on%22;this.onload=function(){M.contentDocument.body.innerHTML=V;}}}})()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>next option</title>
<link>http://netvouz.com/dangerous/2133945762335136162?url=javascript:(function(){ function rotate(es) { var i,n=es.length; for (i=0; i&lt;n; ++i) { if(es[i].checked) { es[(i+1) % n].checked=true; break; } } if (i==es.length) es[0].checked=true; }   var x,k,f,j,e,B,key; x=document.forms; for (k=0; f=x[k]; ++k) { B=[]; for (j=0;e=f[j];++j) if (e.type &amp;&amp; e.type.toLowerCase() == %22radio%22) { key=%22 %22+e.name; if (!B[key]) B[key]=[]; B[key].push(e); } for(key in B) rotate(B[key]) }})()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>remember password</title>
<link>http://netvouz.com/dangerous/2600544279137266820?url=javascript:(function(){var ca,cea,cs,df,dfe,i,j,x,y;function n(i,what){return i+%22 %22+what+((i==1)?%22%22:%22s%22)}ca=cea=cs=0;df=document.forms;for(i=0;i&lt;df.length;++i){x=df[i];dfe=x.elements;if(x.onsubmit){x.onsubmit=%22%22;++cs;}if(x.attributes[%22autocomplete%22]){x.attributes[%22autocomplete%22].value=%22on%22;++ca;}for(j=0;j&lt;dfe.length;++j){y=dfe[j];if(y.attributes[%22autocomplete%22]){y.attributes[%22autocomplete%22].value=%22on%22;++cea;}}}alert(%22Removed autocomplete=off from %22+n(ca,%22form%22)+%22 and from %22+n(cea,%22form element%22)+%22, and removed onsubmit from %22+n(cs,%22form%22)+%22. After you type your password and submit the form, the browser will offer to remember your password.%22)})();</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>remove maxlength</title>
<link>http://netvouz.com/dangerous/5485628109647008077?url=javascript:(function(){var x,k,f,j;x=document.forms;for(k=0;k&lt;x.length;++k){f=x[k];for(j=0;j&lt;f.length;++j)f[j].removeAttribute(%22maxLength%22);}})()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item><item><title>show hiddens</title>
<link>http://netvouz.com/dangerous/3089490775661853451?url=javascript:(function(){var i,f,j,e,div,label,ne; for(i=0;f=document.forms[i];++i)for(j=0;e=f[j];++j)if(e.type==%22hidden%22){ D=document; function C(t){return D.createElement(t);} function A(a,b){a.appendChild(b);} div=C(%22div%22); label=C(%22label%22); A(div, label); A(label, D.createTextNode(e.name + %22: %22)); e.parentNode.insertBefore(div, e); e.parentNode.removeChild(e); ne=C(%22input%22);/*for ie*/ ne.type=%22text%22; ne.value=e.value; A(label, ne); label.style.MozOpacity=%22.6%22; --j;/*for moz*/}})()</link>
<description></description>
<category domain="http://netvouz.com/IaGadgetGuy?category=5053491330286446296">Bookmarks Toolbar Folder &gt; Mozilla &gt; Forms</category>
<author>IaGadgetGuy</author>
<pubDate>Tue, 20 Nov 2007 03:55:58 GMT</pubDate>
</item></channel></rss>