Ray_Net wrote:
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...
  
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
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to