1) is System.Gadget.S ettings.write secure? would it be save to store login password?
2) this is the code i wrote to store the settings, but the value fail to save. did i do something wrong or less?
2) this is the code i wrote to store the settings, but the value fail to save. did i do something wrong or less?
Code:
//the javascript portion
System.Gadget.Settings.write("username", user.value);
//the html portion
<input name="user" type="text" id="user">
Comment