Changeset 2291 for temp/trunk/html
- Timestamp:
- 2006/08/28 13:47:01 (20 years ago)
- Location:
- temp/trunk/html/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/js/admin.js
r2289 r2291 403 403 } 404 404 405 function naviStyleChange(ids, color){ 406 document.getElementById(ids).style.backgroundColor = color; 407 } 408 409 410 405 406 407 -
temp/trunk/html/js/navi.js
r2289 r2291 25 25 function chgImgImageSubmit(fileName,imgObj){ 26 26 imgObj.src = fileName; 27 28 // ¥µ¥Ö¥Ê¥Ó¤Îɽ¼¨ÀÚÂØ 29 function naviStyleChange(ids, color){ 30 document.getElementById(ids).style.backgroundColor = color; 31 } 27 32 28 33 }
Note: See TracChangeset
for help on using the changeset viewer.
