2) this is the code i wrote to store the settings, but the value fail to save. did i do something wrong or less?
Expand|Select|Wrap|Line Numbers
- //the javascript portion
- System.Gadget.Settings.write("username", user.value);
- //the html portion
- <input name="user" type="text" id="user">