최근 업데이트:2017-08-24
출처: 인터넷
작성자: 사용자
키워드:
웹 페이지 제작
Ajax
자바 스크립트
<! 공용 DOCTYPE HTML "-//W3C//DTD XHTML 1.0 전환 / / 엉" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> < html xmlns = "http://www.w3.org/1999/xhtml" > < 머리 > < 제목 > js 테이블의 내용을 쿼리 및 콘텐츠를 추가할 셀 < / 타이틀 > < 메타 http-equiv = "content-type" 내용 = "text/html; charset = gb2312" > <!-다음 코드를 추가 합니다 < 머리 >와 < / 헤드 > -> < 스크립트 언어 = "자바 스크립트" > var Id; var Idstext; 함수 Hightlight_td () { var text=txt.value; Tds=document.all.table1.all.tags ("TD") IFRAME을 사용 하 여 //When: //tds=iframe name.document.all.table1.all.tags ("TD") 경우 (텍스트! = "") { 대 한 (Var i = 0; 난 < tds.length;i++) { Obj = tds [난]; Idstext=obj.innertext; idnum=idstext.indexof (텍스트); 경우 (idnum! =-1) { obj.style.background= "레드"; }else{ obj.style.background= "#FFFFFF"; } } }else{ 경고 ("제발 입력 문자열로 쿼리를!") "); } } < / 스크립트 > < / 헤드 > < 몸 > <!-다음 코드를 추가 합니다 < 몸 >와 < / 바디 > -> < 표 테두리 = "1" cellspacing = "0" 너비 = "cellpadding =" "0" id = "table1" > < tr > < td 폭 = > 12 < 신안 > < td 폭 = > 34 < 신안 > < TD 폭 = > 56 < 신안 > < td 폭 = > 78 < 신안 > < td 폭 = > 90 < 신안 > < /tr > < tr > < td 폭 = > abc < 신안 > < td 폭 = > 데 < 신안 > 프 < td 폭 = > ghj < 신안 > < td 폭 = > < 신안 > 절단 < td 폭 = > < 신안 > 를 건조 < /tr > < tr > < td 폭 = >! @# < 신안 > < td 폭 = > _ (* < 신안 > < td 폭 = > #$% < 신안 > < td 폭 = > ^ $# < 신안 > < TD 폭 = > WWW < 신안 > < /tr > < / 테이블 > < 입력 유형 = "텍스트" 이름 = "TXT" >< 입력 유형 = "버튼" 값 = "입력 문자열 쿼리와 같은" onclick = "hightlight_td (); > < / 바디 > < / html >