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

-- 
Philip Chee <phi...@aleytys.pc.my>, <philip.c...@gmail.com>
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
[ ]To boldly go where no one has gone before.
* TagZilla 0.066.6

_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to