摘要: //****** Hide and Show Option Function *******///hide optionfunction hideone(theselect,index){ var oldOption = theselect.children[index]; var oldStr = oldOption.innerText; var newOption = document.cre... 阅读全文
posted @ 2009-06-08 16:49 北北 阅读(826) 评论(0) 推荐(0) 编辑