Phillip Jones wrote:
Philip Chee wrote:
On Tue, 02 Feb 2010 19:47:18 -0500, Phillip Jones wrote:

document.write(" " + login.hostname + "\n\n</td>\n\n<td align=left>\n\n
" + login.username + "\n\n</td>\n\n<td align=left>\n\n " +
login.password + "\n\n</td>\n\n</tr>\n");

For this bit you either need to join them up into one line or:

document.write(" " + login.hostname +
"\n\n</td>\n\n<td align=left>\n\> " +
login.username +
"\n\n</td>\n\n<td align=left>\n\n " +
login.password +
"\n\n</td>\n\n</tr>\n");

Phil

Got it to work. Now how do I save the list as a List I can get to, if
needed


Phil,

I usually do a PDF version of these from time to time. That way I have a "snapshot" of my passwords at any given time, in case some are lost in the future. I can look back to see what they were. (Or you could just print them out.) Otherwise, I have my "View Passwords" HTML document bookmarked in SeaMonkey so that whenever I want, I bring it up for my current passwords.

-George
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to