skyful

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  16 Posts :: 0 Stories :: 45 Comments :: 0 Trackbacks

2007年4月6日 #

<body onLoad="page_onload();">

function page_onload(){
 if(typeof(initPage)=='function'){
  initPage();
 }
}


function initPage(){
 for(var i=0;i<document.forms[0].elements.length;i++)
{
 if (document.forms[0].elements[i].type=="checkbox" && document.forms[0].elements[i].name.substring(0,22)=="hotelRoom.cardTypeItem"){
 document.forms[0].elements[i].checked=true;
}
}
}
posted @ 2007-04-06 10:13 氓氓 阅读(1435) | 评论 (0)编辑 收藏