<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 451 | ||
| 7929 | 9년 전 | 383 | ||
| 7928 | 9년 전 | 463 | ||
| 7927 | 9년 전 | 377 | ||
| 7926 | 9년 전 | 687 | ||
| 7925 | 9년 전 | 401 | ||
| 7924 | 9년 전 | 383 | ||
| 7923 | 9년 전 | 377 | ||
| 7922 | 9년 전 | 412 | ||
| 7921 | 9년 전 | 428 | ||
| 7920 | 9년 전 | 342 | ||
| 7919 | 9년 전 | 351 | ||
| 7918 | 9년 전 | 504 | ||
| 7917 | 9년 전 | 354 | ||
| 7916 | 9년 전 | 443 | ||
| 7915 | 9년 전 | 451 | ||
| 7914 | 9년 전 | 461 | ||
| 7913 | 9년 전 | 631 | ||
| 7912 | 9년 전 | 463 | ||
| 7911 | 9년 전 | 396 | ||
| 7910 | 9년 전 | 443 | ||
| 7909 | 9년 전 | 549 | ||
| 7908 | 9년 전 | 485 | ||
| 7907 | 9년 전 | 424 | ||
| 7906 | 9년 전 | 443 | ||
| 7905 | 9년 전 | 408 | ||
| 7904 | 9년 전 | 397 | ||
| 7903 | 9년 전 | 395 | ||
| 7902 | 9년 전 | 589 | ||
| 7901 |
|
9년 전 | 765 | |
| 7900 | 9년 전 | 644 | ||
| 7899 | 9년 전 | 429 | ||
| 7898 | 9년 전 | 427 | ||
| 7897 | 9년 전 | 386 | ||
| 7896 | 9년 전 | 397 | ||
| 7895 | 9년 전 | 514 | ||
| 7894 | 9년 전 | 431 | ||
| 7893 | 9년 전 | 402 | ||
| 7892 | 9년 전 | 441 | ||
| 7891 | 9년 전 | 801 | ||
| 7890 | 9년 전 | 1228 | ||
| 7889 | 9년 전 | 764 | ||
| 7888 |
limsy1987
|
9년 전 | 574 | |
| 7887 | 9년 전 | 607 | ||
| 7886 | 9년 전 | 493 | ||
| 7885 | 9년 전 | 460 | ||
| 7884 | 9년 전 | 456 | ||
| 7883 | 9년 전 | 459 | ||
| 7882 | 9년 전 | 518 | ||
| 7881 | 9년 전 | 491 | ||
| 7880 | 9년 전 | 614 | ||
| 7879 | 9년 전 | 500 | ||
| 7878 | 9년 전 | 1275 | ||
| 7877 | 9년 전 | 803 | ||
| 7876 | 9년 전 | 538 | ||
| 7875 | 9년 전 | 614 | ||
| 7874 |
|
9년 전 | 827 | |
| 7873 | 9년 전 | 546 | ||
| 7872 | 9년 전 | 712 | ||
| 7871 | 9년 전 | 529 | ||
| 7870 | 9년 전 | 647 | ||
| 7869 | 9년 전 | 461 | ||
| 7868 | 9년 전 | 502 | ||
| 7867 | 9년 전 | 499 | ||
| 7866 | 9년 전 | 555 | ||
| 7865 | 9년 전 | 491 | ||
| 7864 | 9년 전 | 557 | ||
| 7863 | 9년 전 | 553 | ||
| 7862 | 9년 전 | 514 | ||
| 7861 | 9년 전 | 687 | ||
| 7860 | 9년 전 | 662 | ||
| 7859 | 9년 전 | 442 | ||
| 7858 | 9년 전 | 743 | ||
| 7857 | 9년 전 | 1133 | ||
| 7856 | 9년 전 | 564 | ||
| 7855 | 9년 전 | 796 | ||
| 7854 | 9년 전 | 753 | ||
| 7853 | 9년 전 | 642 | ||
| 7852 | 9년 전 | 563 | ||
| 7851 | 9년 전 | 552 | ||
| 7850 | 9년 전 | 631 | ||
| 7849 | 9년 전 | 400 | ||
| 7848 | 9년 전 | 464 | ||
| 7847 | 9년 전 | 707 | ||
| 7846 | 9년 전 | 493 | ||
| 7845 | 9년 전 | 466 | ||
| 7844 | 9년 전 | 436 | ||
| 7843 | 9년 전 | 472 | ||
| 7842 | 9년 전 | 451 | ||
| 7841 | 9년 전 | 428 | ||
| 7840 | 9년 전 | 440 | ||
| 7839 | 9년 전 | 482 | ||
| 7838 | 10년 전 | 549 | ||
| 7837 | 10년 전 | 382 | ||
| 7836 | 10년 전 | 438 | ||
| 7835 | 10년 전 | 515 | ||
| 7834 |
|
10년 전 | 1225 | |
| 7833 | 10년 전 | 485 | ||
| 7832 | 10년 전 | 460 | ||
| 7831 | 10년 전 | 620 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기