4

I want to use remember me option in my website using gwt(google web toolkit) . I want when user fill id and password and click on login than browser option(popup) open like remember password or not now.

4

1 に答える 1

2

AutoComplete入力フィールドに属性を追加します

usernamebox.getElement().setAttribute("autocomplete", "on");

passwordbox.getElement().setAttribute("autocomplete", "on");
于 2013-02-18T10:46:33.460 に答える