search for: http_username

Displaying 1 result from an estimated 1 matches for "http_username".

2007 Mar 14
2
A java initialization routine
...I want to get the default data, change one item (an IP address), put it in the form, and submit it. Thanks for any direction you might provide. It''s kinda long, so I apologize: function InitValue(passForm) { // var snmp_ver = ''0''; /*-----AP Password-----*/ passForm.http_username.value = ''username''; // admin/user/0/username passForm.http_passwd.value = ''supersecret''; // admin/user/0/password passForm.confirm_http_passwd.value = ''supersecret''; // admin/user/0/password passForm.webs_use_https.value = ''1...