<HTML>
<HEAD>
<TITLE>http://www.blueb.co.kr</TITLE>
<script>
//SELECT -> LAYER변환
function getSelectToLayer(obj,lwidth,href)
{
if(navigator.userAgent.indexOf('Opera') != -1 || navigator.userAgent.indexOf('MSIE') == -1) { return false; }
obj.style.display = 'none';
var newsb = obj.id + "_sbj";
var newid = obj.id + "_tmp";
var newim = obj.id + "_img";
var LayerTag = "";
LayerTag += "<TABLE WIDTH='"+lwidth+"' CELLSPACING=0 CELLPADDING=0 STYLE='position:absolute;cursor:default;'>";
LayerTag += "<TR HEIGHT=1><TD></TD></TR><TR><TD>";
LayerTag += "<TABLE BGCOLOR='#FFFFFF' HEIGHT=15 WIDTH=100% CELLSPACING=1 CELLPADDING=0 STYLE='border:1 solid #C0C0C0;line-height:117%;' onmouseover=\"getSelectLayerOver(this,document.getElementById('"+newim+"'),document.getElementById('"+newid+"'));\" onmouseout=\"getSelectLayerOut(this,document.getElementById('"+newim+"'),document.getElementById('"+newid+"'));\">";
LayerTag += "<TR WIDTH=100% onclick=\"getSelectSubLayer(document.getElementById('"+newid+"'),document.getElementById('"+newsb+"'));\">";
LayerTag += "<TD ID='"+newsb+"' WIDTH=95% onblur='getSelectLayerBlur(this);'> " + obj.options[obj.selectedIndex].text + "</TD>";
LayerTag += "<TD ALIGN=RIGHT><IMG ID='"+newim+"' SRC='http://www.blueb.co.kr/image/ico/dot_select.gif' ALIGN=absmiddle STYLE='filter:gray();'></TD></TR>";
LayerTag += "</TABLE>";
LayerTag += "<TABLE onblur='getSubLayerClose(this);' ID='"+newid+"' WIDTH=100% CELLSPACING=0 CELLPADDING=0 STYLE='display:none;border:1 solid #C0C0C0;' BGCOLOR='#FFFFFF'>";
for (var i = 0 ; i < obj.length; i++)
{
LayerTag += "<TR onmouseover='getSelectMoveLayer(this);' onmouseout='getSelectMoveLayer1(this);' onclick=\"getSelectChangeLayer(document.getElementById('"+obj.id+"'),document.getElementById('"+newid+"'),document.getElementById('"+newsb+"'),'"+obj.options[i].text+"','"+obj.options[i].value+"','"+href+"');\" ";
if (obj.value == obj.options[i].value)
{
LayerTag += "STYLE='background:#225588;color:#FFFFFF;'><TD> ";
}
else {
LayerTag += "STYLE='background:#FFFFFF;color:#000000;'><TD> ";
}
LayerTag += obj.options[i].text;
LayerTag += "</TD></TR>";
}
LayerTag += "</TABLE>";
LayerTag += "</TD></TR></TABLE><IMG SRC='' WIDTH='"+lwidth+"' HEIGHT=0>";
document.write(LayerTag);
}
//서브레이어보이기
function getSelectSubLayer(obj,sobj)
{
if(obj.style.display == 'none')
{
sobj.style.background = '#FFFFFF';
sobj.style.color = '#000000';
obj.style.display = 'block';
NowSelectedLayer = obj;
obj.focus();
}
else {
sobj.style.background = '#225588';
sobj.style.color = '#FFFFFF';
obj.style.display = 'none';
}
}
//서브레이어체크
function getSelectSubLayer1(obj)
{
if(obj.style.display != 'none')
{
obj.style.display = 'none';
}
}
//타이틀레이어 MouseOver
function getSelectLayerOver(obj,img,nobj)
{
if (nobj.style.display == 'none')
{
obj.style.border = '1 solid #225588';
img.style.filter = '';
}
}
//타이틀레이어 MouseOut
function getSelectLayerOut(obj,img)
{
obj.style.border = '1 solid #C0C0C0';
img.style.filter = 'gray()';
}
//서브레이어 MouseOver
function getSelectMoveLayer(obj)
{
if (obj.style.color == '#000000')
{
obj.style.background = '#225588';
obj.style.color = '#FFFFFF';
}
}
//서브레이어 MouseOut
function getSelectMoveLayer1(obj)
{
obj.style.background = '#FFFFFF';
obj.style.color = '#000000';
}
//새레이어선택
function getSelectChangeLayer(obj,fobj,sobj,text,value,href)
{
if (href)
{
eval("document.DataForm." + href).value = value;
location.href = getThisUrl();
return false;
}
else {
fobj.style.display = 'none';
sobj.innerHTML = ' ' + text;
sobj.style.background = '#225588';
sobj.style.color = '#FFFFFF';
sobj.focus();
obj.value = value;
}
}
//타이틀레이어 blur
function getSelectLayerBlur(obj)
{
obj.style.background = '#FFFFFF';
obj.style.color = '#000000';
}
//서브레이어 닫기
function getSubLayerClose(obj)
{
if (obj.style.display != 'none')
{
setTimeout("document.getElementById('" + obj.id + "').style.display = 'none';" , 150);
}
}
</script>
</HEAD>
<BODY>
<SELECT ID='search_where'>
<OPTION VALUE="ALL">전체에서</OPTION>
<OPTION VALUE="BB_SUBJECT">제목</OPTION>
<OPTION VALUE="BB_Source">Source</OPTION>
<OPTION VALUE="BB_CONTENT">본문</OPTION>
<script language=javascript>getSelectToLayer(document.getElementById('search_where'),80,''); //검색영역select->layer변환</script>
</SELECT>
</BODY>
</HTML>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 191 | ||
| 8229 | 9년 전 | 174 | ||
| 8228 |
커네드커네드
|
9년 전 | 213 | |
| 8227 | 9년 전 | 253 | ||
| 8226 | 9년 전 | 272 | ||
| 8225 | 9년 전 | 254 | ||
| 8224 | 9년 전 | 257 | ||
| 8223 | 9년 전 | 236 | ||
| 8222 |
|
9년 전 | 299 | |
| 8221 | 9년 전 | 197 | ||
| 8220 | 9년 전 | 239 | ||
| 8219 | 9년 전 | 209 | ||
| 8218 | 9년 전 | 255 | ||
| 8217 |
star3840
|
9년 전 | 216 | |
| 8216 | 9년 전 | 291 | ||
| 8215 | 9년 전 | 236 | ||
| 8214 | 9년 전 | 339 | ||
| 8213 | 9년 전 | 300 | ||
| 8212 | 9년 전 | 217 | ||
| 8211 | 9년 전 | 385 | ||
| 8210 | 9년 전 | 380 | ||
| 8209 | 9년 전 | 458 | ||
| 8208 | 9년 전 | 343 | ||
| 8207 | 9년 전 | 356 | ||
| 8206 |
|
9년 전 | 304 | |
| 8205 | 9년 전 | 276 | ||
| 8204 | 9년 전 | 266 | ||
| 8203 | 9년 전 | 344 | ||
| 8202 | 9년 전 | 252 | ||
| 8201 | 9년 전 | 295 | ||
| 8200 | 9년 전 | 298 | ||
| 8199 | 9년 전 | 321 | ||
| 8198 | 9년 전 | 286 | ||
| 8197 | 9년 전 | 272 | ||
| 8196 | 9년 전 | 696 | ||
| 8195 | 9년 전 | 281 | ||
| 8194 | 9년 전 | 393 | ||
| 8193 | 9년 전 | 307 | ||
| 8192 | 9년 전 | 310 | ||
| 8191 | 9년 전 | 271 | ||
| 8190 | 9년 전 | 254 | ||
| 8189 | 9년 전 | 315 | ||
| 8188 | 9년 전 | 246 | ||
| 8187 | 9년 전 | 269 | ||
| 8186 | 9년 전 | 262 | ||
| 8185 | 9년 전 | 430 | ||
| 8184 | 9년 전 | 218 | ||
| 8183 | 9년 전 | 423 | ||
| 8182 | 9년 전 | 297 | ||
| 8181 | 9년 전 | 249 | ||
| 8180 | 9년 전 | 825 | ||
| 8179 | 9년 전 | 602 | ||
| 8178 | 9년 전 | 458 | ||
| 8177 |
kiplayer
|
9년 전 | 455 | |
| 8176 | 9년 전 | 488 | ||
| 8175 | 9년 전 | 369 | ||
| 8174 | 9년 전 | 367 | ||
| 8173 | 9년 전 | 455 | ||
| 8172 | 9년 전 | 335 | ||
| 8171 | 9년 전 | 297 | ||
| 8170 | 9년 전 | 414 | ||
| 8169 |
커네드커네드
|
9년 전 | 367 | |
| 8168 | 9년 전 | 455 | ||
| 8167 | 9년 전 | 443 | ||
| 8166 | 9년 전 | 343 | ||
| 8165 | 9년 전 | 281 | ||
| 8164 | 9년 전 | 415 | ||
| 8163 | 9년 전 | 419 | ||
| 8162 | 9년 전 | 400 | ||
| 8161 | 9년 전 | 419 | ||
| 8160 |
|
9년 전 | 639 | |
| 8159 | 9년 전 | 583 | ||
| 8158 | 9년 전 | 376 | ||
| 8157 | 9년 전 | 499 | ||
| 8156 | 9년 전 | 371 | ||
| 8155 | 9년 전 | 384 | ||
| 8154 |
00년생용띠
|
9년 전 | 705 | |
| 8153 | 9년 전 | 346 | ||
| 8152 |
|
9년 전 | 524 | |
| 8151 | 9년 전 | 515 | ||
| 8150 | 9년 전 | 634 | ||
| 8149 |
Jangfolk
|
9년 전 | 493 | |
| 8148 | 9년 전 | 307 | ||
| 8147 | 9년 전 | 490 | ||
| 8146 | 9년 전 | 574 | ||
| 8145 | 9년 전 | 527 | ||
| 8144 | 9년 전 | 500 | ||
| 8143 | 9년 전 | 323 | ||
| 8142 | 9년 전 | 543 | ||
| 8141 | 9년 전 | 486 | ||
| 8140 | 9년 전 | 1060 | ||
| 8139 | 9년 전 | 392 | ||
| 8138 |
전갈자리남자
|
9년 전 | 498 | |
| 8137 | 9년 전 | 542 | ||
| 8136 | 9년 전 | 866 | ||
| 8135 |
|
9년 전 | 917 | |
| 8134 |
PlayPixel
|
9년 전 | 653 | |
| 8133 |
|
9년 전 | 557 | |
| 8132 | 9년 전 | 591 | ||
| 8131 | 9년 전 | 948 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기