default wrote:
> I go to the site
> http://www.squarefree.com/bookmarkle...ember_password
>
> and get a java script window:
>
> Removed autocomplete=off from 0 forms and from 0 form elements, and
> removed onsubmit from 0 forms. After you type your password and submit
> the form, the browser will offer to remember your password.
>
> Well that don't happen . . .
>
> and there was no software that I could drag to my personal toolbar . .
> .
There is no software. Its not software.
and nothing appeared on the toolbar when I tried to drag and drop
> the remember password button
It should have worked.
>
> Am I too dense to get it? Using the wrong version of FF (1.0.6)? or
> something else?
>
No, no, and no.
[SNIP CRAP STUFF]
Then create a bookmark out of the following Javascript
:
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=do cument.forms;for(i=0;i<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<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)})();
Just click on where it says:
javascript

function
and drag all the way to the bottom where it says:
password.%22)})();
copy it, then paste it into the bookmark location.