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

<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,821
19년 전 조회 6,183
19년 전 조회 2,997
19년 전 조회 6,169
19년 전 조회 6,946
19년 전 조회 3,850
19년 전 조회 2,319
19년 전 조회 2,211
19년 전 조회 7,000
19년 전 조회 2,496
19년 전 조회 4,057
19년 전 조회 5,452
19년 전 조회 2,782
19년 전 조회 1,830
19년 전 조회 1,681
19년 전 조회 1,621
19년 전 조회 1,904
19년 전 조회 1,911
19년 전 조회 1,899
19년 전 조회 1,823
19년 전 조회 2,611
19년 전 조회 2,425
19년 전 조회 3,573
19년 전 조회 2,706
19년 전 조회 2,673
19년 전 조회 3,511
19년 전 조회 4,734
19년 전 조회 3,082
19년 전 조회 2,916
19년 전 조회 3,457
19년 전 조회 6,386
19년 전 조회 2,305
19년 전 조회 2,103
19년 전 조회 2,070
19년 전 조회 2,120
19년 전 조회 3,301
19년 전 조회 2,369
19년 전 조회 2,052
19년 전 조회 1,749
19년 전 조회 2,202
19년 전 조회 3,477
19년 전 조회 3,327
19년 전 조회 2,032
19년 전 조회 1,595
19년 전 조회 3,281
19년 전 조회 2,165
19년 전 조회 1,721
19년 전 조회 2,956
19년 전 조회 2,084
19년 전 조회 1,968
19년 전 조회 1,922
19년 전 조회 1,889
19년 전 조회 2,323
19년 전 조회 2,743
19년 전 조회 1,892
19년 전 조회 1,643
19년 전 조회 1,644
19년 전 조회 1,596
19년 전 조회 3,324
19년 전 조회 3,028
19년 전 조회 1,763
19년 전 조회 3,526
19년 전 조회 1,953
19년 전 조회 1,592
19년 전 조회 2,066
19년 전 조회 2,204
19년 전 조회 1,761
19년 전 조회 2,450
19년 전 조회 2,095
19년 전 조회 1,715
19년 전 조회 1,895
19년 전 조회 2,148
19년 전 조회 1,916
19년 전 조회 1,696
19년 전 조회 1,759
19년 전 조회 3,261
19년 전 조회 2,113
19년 전 조회 1,976
19년 전 조회 4,474
19년 전 조회 5,099
19년 전 조회 3,269
19년 전 조회 2,997
19년 전 조회 3,609
19년 전 조회 2,146
19년 전 조회 2,510
19년 전 조회 2,800
19년 전 조회 2,869
19년 전 조회 2,473
19년 전 조회 1,737
19년 전 조회 3,512
19년 전 조회 2,089
19년 전 조회 2,490
19년 전 조회 2,562
19년 전 조회 2,997
19년 전 조회 5,320
19년 전 조회 2,590
19년 전 조회 3,424
19년 전 조회 4,376
19년 전 조회 2,612
19년 전 조회 2,563