Changeset 9523 for temp


Ignore:
Timestamp:
2006/11/29 21:18:32 (20 years ago)
Author:
uehara
Message:

blank

Location:
temp/trunk/html
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/js/site.js

    r9521 r9523  
    160160} 
    161161 
     162function fnSetFormVal(form, key, val) { 
     163    document.forms[form][key].value = val; 
     164} 
     165 
    162166function fnChangeAction(url) { 
    163167    document.form1.action = url; 
    164 } 
    165  
    166 function fnSetFormVal(form, key, val) { 
    167     document.forms[form][key].value = val; 
    168168} 
    169169 
  • temp/trunk/html/test/uehara/js/tree.js

    r9324 r9523  
    179179} 
    180180 
    181 // À¸À®¤µ¤ì¤¿¥Ä¥ê¡¼¤Î¥Æ¥¹¥Èɽ¼¨ 
    182 function tree_view_test(id) { 
    183     document.getElementById(id).value=tree 
     181// ÇØ·Ê¿§¤òÊѤ¨¤ë 
     182function fnChangeBgColor(id, val) { 
     183    document.getElementById(id).style = val; 
    184184} 
Note: See TracChangeset for help on using the changeset viewer.