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

blank

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.