Changeset 18257 for branches/comu-ver2/html/user_data
- Timestamp:
- 2009/08/06 05:12:33 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/user_data/packages/default/js/site.js
r16708 r18257 180 180 } 181 181 182 function fnSetVal(key, val) { 183 fnSetFormVal('form1', key, val); 184 } 185 182 186 function fnSetFormVal(form, key, val) { 183 187 document.forms[form][key].value = val; … … 200 204 } 201 205 202 function fnSubmit(){206 function fnSubmit(){ 203 207 document.form1.submit(); 204 208 }
Note: See TracChangeset
for help on using the changeset viewer.
