Changeset 9545 for temp/trunk


Ignore:
Timestamp:
2006/11/29 22:01:53 (20 years ago)
Author:
uehara
Message:

blank

Location:
temp/trunk/html/test/uehara
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/js/tree.js

    r9544 r9545  
    180180} 
    181181 
    182 // ÇØ·Ê¿§¤òÊѤ¨¤ë 
    183 function fnChangeBgColor(id, val) { 
     182// ¥Õ¥¡¥¤¥ëÁªÂò 
     183function fnSelectFile(id, val) { 
    184184    if(old_select_id != '') document.getElementById(old_select_id).style.backgroundColor = ''; 
    185185    document.getElementById(id).style.backgroundColor = val; 
    186186    old_select_id = id; 
    187187} 
     188 
     189// ÇØ·Ê¿§¤òÊѤ¨¤ë 
     190function fnChangeBgColor(id, val) { 
     191    document.getElementById(id).style.backgroundColor = val; 
     192} 
Note: See TracChangeset for help on using the changeset viewer.