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


I have put into one line the parts that was i multi-lines.
Still doesnot work.
I have added document.write("ZORRO\n\n");
in http://home.scarlet.be/~pin10521/showpassword.htm
Only the word ZORRO is displayed ... grr...
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to