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 -- Phillip M. Jones, C.E.T. "If it's Fixed, Don't Break it" http://www.phillipmjones.net http://www.vpea.org mailto:[email protected] _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

