Hi,

I probably missing something but I found that it cannot remember password on
some case if you use gtkembed for an embedable browser (I use skipstone),
although PSM2 is installed.
If I type user name & password and click the submit button on the html page
shown below using mozilla, there will be a popup window that says
"Password Manager can remember this logon and enter it automatically the
next time you return to this website\n. Do you want Password Manager to
remember this logon ?"
But if I use skipstone (that means gtkembed is used) instead of mozilla, the
window will not popups and it will never remember your password.

# I'm using mozilla 0.9.2 built from the source on linux redhat 6.2.
# To make an embedding package with PSM support, I did the following:
  1. cd to ~mozilla/embedding/config
  2. edit (uncomment) some libs for PSM2 in basebrowser-unix
  3. do a make
  4. (this will produce an "Embed" package in ~mozilla/dist directory)

Regards, Bagus

----------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><body>
  <form method="POST" action="after_passwd.html">
  <table><tbody>
    <tr><td>Login:</td>
         <td><input size="10" type="text" name="n"></td>
    </tr>
    <tr><td>password:</td>
         <td><input size="10" type="password" name="p"></td>
    </tr>
    </tbody></table>
    <input type="submit" value="Submit">
    <input type="reset" value="Reset">
  </form>
</body></html>

Reply via email to