묻고답하기

var hex = new Array(6)
hex[0] = "FF"
hex[1] = "CC"
hex[2] = "99"
hex[3] = "66"
hex[4] = "33"
hex[5] = "00"
function show(triplet) {
document.color.SelColor.value ='#' + triplet
tbcolor.style.borderColor='#' + triplet                            // 이부분이 문제에여..
document.color.SelColor2.style.background-color ='#' + triplet      // 이거뚜 에러나네여 ㅡ_ㅜ 이건  - <-- 요놈이 문제인듯한대... background-color 이건 어떻케 값을주저?? text 박스인대...
}
function drawCell(red, green, blue) {
        document.write('<TD BGCOLOR="#' + red + green + blue + '" onmouseover="colortb.style.backgroundColor=''+ red + green + blue +''"onmouseout="colortb.style.backgroundColor='#ffffff'">')
        document.write('<A HREF="javascript:show('' + (red + green + blue) + '')">')
        document.write('<IMG SRC="line.gif" BORDER=0 HEIGHT=12 WIDTH=12>')
        document.write('</A>')
        document.write('</TD>')
}
function drawRow(red, blue) {
document.write('<TR>')
for (var i = 0; i < 6; ++i) {
  drawCell(red, hex[i], blue)
}
document.write('</TR>')
}
function drawTable(blue) {
document.write('<TABLE ID=ColorTable CELLPADDING=0 CELLSPACING=0 BORDER=0>')
for (var i = 0; i < 6; ++i) {
  drawRow(hex[i], blue)
}
document.write('</TABLE>')
}
function drawCube() {
document.write('<TABLE ID=ColorTable CELLPADDING=0 CELLSPACING=0 BORDER=0 align=center><TR>')
for (var i = 0; i < 6; ++i) {
  document.write('<TD bgcolor=ffffff>')
  drawTable(hex[i])
  document.write('</TD>')
  }
document.write('</TR></TABLE>')
}
drawCube()



이게 스크립트이구염
<table id="tbcolor" border="1" cellpadding="0" cellspacing="0" bordercolordark="white" ordercolorlight="black">
    <tr>
        <td width="488">
        </td>
        <td width="488">
        </td>
    </tr>
    <tr>
        <td width="488">
        </td>
        <td width="488">
       </td>
    </tr>
</table>
글구 태이블하나더 id =colortb

이거든요 -0- 색상팔래트에서 가져온값을 태이블 border 에적용하려는대 안되는군요..
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
AT4u PHP의 $Remote_ADDR 은 과연 어디서 나오는가?  
조현주 안정적인 서버호스팅을 제공하는 업체 추천해주세요.*  
블루엔젤 페이지가 로딩된 시간  
이인종 페이지뜨는 속도가 상당히 늘어났어요..ㅠ_ㅠ  
수진 최근게시물에서... [1] 2007.08.10
torayo 송성훈 폰트 상용입니까?  
양서열 PHP에 관한질문인데요 근데 거의 HTML쪽? [3] 2007.08.10
조영준 이미지 순환법 에 대 해 ...  
풍월주인 [re] 이미지 순환법 에 대 해 ...  
진삐 프레임 나눈 상태에서... 프레임이 움직여요~ [4] 2007.08.10
서상우 게시판 추출에 관한 질문입니다. [2] 2007.08.10
khl007 아파치에서 자기의 웹 주소를 어떻게 만듭니까? [2] 2007.08.10
홍두깨 로그인 문젠데요 [1] 2007.08.10
서상우 꼭 봐주세요.. 게시판 추출..에 대해서.. [5] 2007.08.10
서상우 <iframe> 질문입니다. [4] 2007.08.10
허진규 [질문/자바] 태이블 보더 속성 적용하는반법좀 <뒹굴님> [2] 2007.08.10
박세욱☺ php 질문.... mysql 데이터를 불러올때.. [3] 2007.08.10
ⓢky가조아^^* 플래시5를 쓰고 있는데요. 플래시가 끝나면... [1] 2007.08.10
taeho iframe performance??? [2] 2007.08.10
루리 php 설정문제 [1] 2007.08.10
방인성 매뉴없는 새창으로 링크띄울때 이전패이지의 정지...도와주세요. [2] 2007.08.10
조정은 저 좀 도와주세요.. ㅠㅠ [1] 2007.08.10
김주경 데스크탑 관련 질문인데요.  
골뽀 포토샵> 레이어두개를 합칠때...어떻게하죠? [3] 2007.08.10
NZ 드롭다운메뉴에대해 질문있습니다. [1] 2007.08.10
▩지니_。 Cam Studio 나하이퍼캠을 사용하고난후에 [1] 2007.08.10
이혜숙 벅스 뮤직비디오 대해서  
▩지니_。 Cam Studio 나하이퍼캠을 사용하고난후에 [1] 2007.08.10
이혜숙 벅스 뮤직비디오 대해서  
에이시♬ 익스플로러에 관한 질문이요 [1] 2007.08.10