方式1:document.all.year.value='2002';
方式2:document.all["year"].value= '2002';
方式3:document.Form1.year.value='2002';
方式4:document.getElementById('year')='2002'
posted on 2005-07-17 17:21 MingIsMe 阅读(212) 评论(0) 编辑 收藏 所属分类: 02 Script/CSS