우측하단 메신저형식의 레이어광고

<html>

<head>
<title>제목없음</title>
<script language="JavaScript">
<!--
function always_posLayer()
{
var name;
var layer;
var i;
var j;

j = 0;
document.layers = new Array(Math.max(1, always_posLayer.arguments.length/2));
for (i = 0; i < always_posLayer.arguments.length; i += 2) {
name = always_posLayer.arguments[i];
if (name == '')
return;
if (navigator.appName.indexOf('Netscape', 0) != -1) {
layer = document.layers[name];
layer.pos_left = layer.left;
layer.pos_top = layer.top;
} else {
layer = document.all[name];
layer.pos_left = layer.style.pixelLeft;
layer.pos_top = layer.style.pixelTop;
}
layer.pos = always_posLayer.arguments[i+1];
if (layer)
document.layers[j++] = layer;
}

document.interval = setInterval('float_layers()', 200);
}

function ThisW()
{
return (navigator.appName.indexOf('Netscape', 0) != -1) ? innerWidth : document.body.clientWidth;
}

function ThisH()
{
return (navigator.appName.indexOf('Netscape', 0) != -1) ? innerHeight : document.body.clientHeight;
}

function float_layers()
{
if (document.layers) {
var i;
var layer;
for (i = 0; i < document.layers.length; i++) {
layer = document.layers[i];
if (navigator.appName.indexOf('Netscape', 0) != -1) {
if (layer.pos == 1)
layer.left = layer.pos_left + window.pageXOffset;
else if (layer.pos == 2 || layer.pos == 5)
layer.left = window.pageXOffset;
else if (layer.pos == 3 || layer.pos == 6)
layer.left = window.pageXOffset + (ThisW() - layer.clip.width)/2;
else
layer.left = window.pageXOffset + ThisW() - layer.clip.width - 16;
if (layer.pos == 1)
layer.top = layer.pos_top + window.pageYOffset;
else if (layer.pos == 2 || layer.pos == 3 || layer.pos == 4)
layer.top = window.pageYOffset;
else
layer.top = window.pageYOffset + ThisH() - layer.clip.height;
} else {
if (layer.pos == 1)
layer.style.pixelLeft = layer.pos_left + document.body.scrollLeft;
else if (layer.pos == 2 || layer.pos == 5)
layer.style.pixelLeft = document.body.scrollLeft;
else if (layer.pos == 3 || layer.pos == 6)
layer.style.pixelLeft = document.body.scrollLeft + (ThisW() - layer.style.pixelWidth)/2;
else
layer.style.pixelLeft = document.body.scrollLeft + ThisW() - layer.style.pixelWidth;
if (layer.pos == 1)
layer.style.pixelTop = layer.pos_top + document.body.scrollTop;
else if (layer.pos == 2 || layer.pos == 3 || layer.pos == 4)
layer.style.pixelTop = document.body.scrollTop;
else
layer.style.pixelTop = document.body.scrollTop + ThisH() - layer.style.pixelHeight;
}
}
}
}

// -->
</script>

</head>

<body OnLoad="always_posLayer('popflash',6);">//0은 위치조정0~7까지
<!-- 레이어 시작 -->
<div id="popflash" style="width:200px; height:135px; position:absolute; left:0px; top:0px; z-index:1;">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="190" HEIGHT="135" hspace="0" vspace="0" ALIGN="">
<PARAM NAME=movie VALUE="http://www.z24.co.kr/images/ban_z24.swf">
<PARAM NAME=quality VALUE="high" />
<param name="menu" value="false" />
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="http://www.z24.co.kr/images/ban_z24.swf" WIDTH="190" HEIGHT="135" hspace="0" vspace="0" ALIGN="" quality="high" wmode="transparent" bgcolor="#FFFFFF"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" menu="false"></EMBED>
</OBJECT>
</div>
<!--레이어 끝-->
<Script Language="javascript">
<!--

function getCookie( name )
{
var nameOfCookie = name + "=";
var x = 0;
while ( x <= document.cookie.length )
{
var y = (x+nameOfCookie.length);
if ( document.cookie.substring( x, y ) == nameOfCookie ) {
if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
endOfCookie = document.cookie.length;
return unescape( document.cookie.substring( y, endOfCookie ) );
}
x = document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 )
break;
}
return "";
}

function closePopup()
{
window.open('http://dr114.z24.co.kr/event/','event_dr114');
popflash.style.display = "none";
setCookie( "dr114_z24", "done" , 1);


}



show_layer();




//5초후에 뜸
function show_layer(){
if(getCookie("dr114_z24") == ""){
popflash.style.display = "";
} else {
popflash.style.display = "none";
}
}


//한번클릭하면 오늘 열리지 않으면 링크
function setCookie( name, value, expiredays )
{
var todayDate = new Date();
todayDate.setDate( todayDate.getDate() + expiredays );
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}


-->
</Script>
</body>

</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 1,716
19년 전 조회 6,069
19년 전 조회 2,887
19년 전 조회 6,052
19년 전 조회 6,851
19년 전 조회 3,741
19년 전 조회 2,222
19년 전 조회 2,114
19년 전 조회 6,912
19년 전 조회 2,409
19년 전 조회 3,964
19년 전 조회 5,351
19년 전 조회 2,694
19년 전 조회 1,751
19년 전 조회 1,590
19년 전 조회 1,533
19년 전 조회 1,809
19년 전 조회 1,802
19년 전 조회 1,797
19년 전 조회 1,729
19년 전 조회 2,524
19년 전 조회 2,326
19년 전 조회 3,480
19년 전 조회 2,610
19년 전 조회 2,586
19년 전 조회 3,435
19년 전 조회 4,648
19년 전 조회 2,984
19년 전 조회 2,817
19년 전 조회 3,367
19년 전 조회 6,301
19년 전 조회 2,202
19년 전 조회 2,006
19년 전 조회 1,958
19년 전 조회 2,018
19년 전 조회 3,209
19년 전 조회 2,277
19년 전 조회 1,965
19년 전 조회 1,646
19년 전 조회 2,092
19년 전 조회 3,375
19년 전 조회 3,244
19년 전 조회 1,920
19년 전 조회 1,499
19년 전 조회 3,195
19년 전 조회 2,065
19년 전 조회 1,634
19년 전 조회 2,850
19년 전 조회 1,983
19년 전 조회 1,861
19년 전 조회 1,832
19년 전 조회 1,793
19년 전 조회 2,218
19년 전 조회 2,640
19년 전 조회 1,801
19년 전 조회 1,536
19년 전 조회 1,544
19년 전 조회 1,473
19년 전 조회 3,238
19년 전 조회 2,931
19년 전 조회 1,684
19년 전 조회 3,422
19년 전 조회 1,843
19년 전 조회 1,502
19년 전 조회 1,963
19년 전 조회 2,106
19년 전 조회 1,644
19년 전 조회 2,348
19년 전 조회 2,001
19년 전 조회 1,611
19년 전 조회 1,793
19년 전 조회 2,048
19년 전 조회 1,794
19년 전 조회 1,601
19년 전 조회 1,663
19년 전 조회 3,131
19년 전 조회 2,005
19년 전 조회 1,876
19년 전 조회 4,377
19년 전 조회 5,004
19년 전 조회 3,167
19년 전 조회 2,902
19년 전 조회 3,503
19년 전 조회 2,049
19년 전 조회 2,395
19년 전 조회 2,691
19년 전 조회 2,773
19년 전 조회 2,360
19년 전 조회 1,621
19년 전 조회 3,386
19년 전 조회 1,984
19년 전 조회 2,400
19년 전 조회 2,461
19년 전 조회 2,881
19년 전 조회 5,211
19년 전 조회 2,493
19년 전 조회 3,336
19년 전 조회 4,278
19년 전 조회 2,512
19년 전 조회 2,468