마소 컬러 선택 대화상자
<script>
function chooseColor(){
var color;
with(document.appendChild(document.createElement("object"))){
classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b";
color=ChooseColorDlg().toString(16);
removeNode(true);
return (color.length<6)?("000000".substring(0,6-color.length)).concat(color):color;
}
}
</script>
<input id="temp" type="text">
<button onclick="temp.style.backgroundColor=temp.value=chooseColor()">컬러 선택</button><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
function chooseColor(){
var color;
with(document.appendChild(document.createElement("object"))){
classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b";
color=ChooseColorDlg().toString(16);
removeNode(true);
return (color.length<6)?("000000".substring(0,6-color.length)).concat(color):color;
}
}
</script>
<input id="temp" type="text">
<button onclick="temp.style.backgroundColor=temp.value=chooseColor()">컬러 선택</button><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
게시판 목록
퍼블리셔팁
퍼블리싱과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 227 | HTML |
hwatta
|
18년 전 | 5452 | |
| 226 | HTML | 18년 전 | 3102 | ||
| 225 | HTML | 18년 전 | 3658 | ||
| 224 | HTML |
mixdesign
|
18년 전 | 3955 | |
| 223 | HTML |
mixdesign
|
18년 전 | 5013 | |
| 222 | HTML | 18년 전 | 3139 | ||
| 221 | HTML | 18년 전 | 2996 | ||
| 220 | HTML |
|
18년 전 | 5132 | |
| 219 | HTML | 18년 전 | 4150 | ||
| 218 | HTML | 18년 전 | 5411 | ||
| 217 | HTML | 18년 전 | 2945 | ||
| 216 | HTML | 18년 전 | 3084 | ||
| 215 | HTML | 18년 전 | 3745 | ||
| 214 | HTML | 18년 전 | 3322 | ||
| 213 | HTML | 18년 전 | 2876 | ||
| 212 | HTML | 18년 전 | 4430 | ||
| 211 | HTML | 18년 전 | 3810 | ||
| 210 | HTML | 18년 전 | 3365 | ||
| 209 | HTML | 18년 전 | 3378 | ||
| 208 | HTML | 18년 전 | 2916 | ||
| 207 | HTML | 18년 전 | 4771 | ||
| 206 | HTML | 18년 전 | 4924 | ||
| 205 | HTML | 18년 전 | 4900 | ||
| 204 | HTML | 18년 전 | 5343 | ||
| 203 | HTML |
|
18년 전 | 4691 | |
| 202 | HTML | 18년 전 | 4745 | ||
| 201 | HTML | 18년 전 | 4242 | ||
| 200 | HTML | 18년 전 | 4931 | ||
| 199 | HTML | 18년 전 | 5554 | ||
| 198 | HTML | 18년 전 | 4095 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기