- Timestamp:
- 2006/11/29 21:18:32 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 3 edited
-
js/site.js (modified) (1 diff)
-
test/uehara/js/tree.js (modified) (1 diff)
-
test/uehara/templates/tree.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/js/site.js
r9521 r9523 160 160 } 161 161 162 function fnSetFormVal(form, key, val) { 163 document.forms[form][key].value = val; 164 } 165 162 166 function fnChangeAction(url) { 163 167 document.form1.action = url; 164 }165 166 function fnSetFormVal(form, key, val) {167 document.forms[form][key].value = val;168 168 } 169 169 -
temp/trunk/html/test/uehara/js/tree.js
r9324 r9523 179 179 } 180 180 181 // À¸À®¤µ¤ì¤¿¥Ä¥ê¡¼¤Î¥Æ¥¹¥Èɽ¼¨182 function tree_view_test(id) {183 document.getElementById(id). value=tree181 // ÇØ·Ê¿§¤òÊѤ¨¤ë 182 function fnChangeBgColor(id, val) { 183 document.getElementById(id).style = val; 184 184 }
Note: See TracChangeset
for help on using the changeset viewer.
