Phillip Jones wrote:
Phillip Jones wrote:
Ray_Net wrote:
Phillip Jones wrote:
*First off I have specific purpose for using html in the post. To get
away from the Problem above
*
*type this: *
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");


*To look like this:*

*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");
*

Boldface on above statement was strict to emphasis the line and is not
part of the actual line

Copied after the text had been threaded you might have seen ">> "
remove all of them first.

--
Phillip M. Jones, C.E.T.    "If it's Fixed, Don't Break it"
http://www.phillipmjones.net            http://www.vpea.org
mailto:pjon...@kimbanet.com
every thing is supposed to be on one line.

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");*
*


--
Phillip M. Jones, C.E.T.    "If it's Fixed, Don't Break it"
http://www.phillipmjones.net            http://www.vpea.org
mailto:pjon...@kimbanet.com


I have copy/pasted you line into http://home.scarlet.be/~pin10521/showpassword.htm

and it is still not working.
the problem must be located in the prévious lines:
1. netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');

2. var loginmanager = Components.classes["@mozilla.org/login-manager;1"].getService(); 3. loginmanager = loginmanager.QueryInterface(Components.interfaces.nsILoginManager);

4. // loads signons into table
5. var count = { value: 0 };
6. var logins = loginmanager.getAllLogins(count);

7. for each (var login in logins) {

8. document.write(" <tr>\n\n");
9. document.write(" <td align=left>\n\n");
and not in lines:
10. 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");

11. }

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

Reply via email to