s

플래시버튼.

안녕하세요~
플래시버튼에 관련하여서 질문합니다.
일단아래의 소스는 레이어가 열리고 닫히는 소스입니다.

<html>
<head>
<title>http://www.blueb.co.kr</title>
<script type="text/javascript">
<!--
function move_box(an, box) {
//링크된 위치에서 부터의 설정값 지정
var cleft = 20; //왼쪽마진
var ctop = -10; //상단마진
var obj = an;
while (obj.offsetParent) {
cleft += obj.offsetLeft;
ctop += obj.offsetTop;
obj = obj.offsetParent;
}
box.style.left = cleft + 'px';
ctop += an.offsetHeight + 8;
if (document.body.currentStyle &&
document.body.currentStyle['marginTop']) {
ctop += parseInt(
document.body.currentStyle['marginTop']);
}
box.style.top = ctop + 'px';
}

function show_hide_box(an, width, height, borderStyle) {
var href = an.href;
var boxdiv = document.getElementById(href);

if (boxdiv != null) {
if (boxdiv.style.display=='none') {
move_box(an, boxdiv);
boxdiv.style.display='block';
} else
boxdiv.style.display='none';
return false;
}

boxdiv = document.createElement('div');
boxdiv.setAttribute('id', href);
boxdiv.style.display = 'block';
boxdiv.style.position = 'absolute';
boxdiv.style.width = width + 'px';
boxdiv.style.height = height + 'px';
boxdiv.style.border = borderStyle;
boxdiv.style.backgroundColor = '#fff';

var contents = document.createElement('iframe');
contents.scrolling = 'no';
contents.frameBorder = '0';
contents.style.width = width + 'px';
contents.style.height = height + 'px';
contents.src = href;

boxdiv.appendChild(contents);
document.body.appendChild(boxdiv);
move_box(an, boxdiv);

return false;
}
</script>
</head>
<body>
레이어 팝업창 안에 HTML파일 및 외부사이트를 보여줄 수 있습니다.<p>
<a href="http://www.blueb.co.kr" onClick="return show_hide_box(this,440,300,'1px solid')">여기를 클릭하세요..</a>




여기서 플래시버튼으로 바꾸고 싶은데
getURL에 무엇을써야하죠??




추가로 닫기버튼도 만들고 싶은데.. 잘몰라서요..
아시는분 계시면 알려주세요./ㅠㅠ
|

댓글 1개

아마 getURL(자스());

이렇게 하면 HTML 의 자스를 부를꺼에요
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
17년 전 조회 1,642
17년 전 조회 2,621
17년 전 조회 2,267
17년 전 조회 1,255
17년 전 조회 1,270
17년 전 조회 1,337
17년 전 조회 6,289
17년 전 조회 6,105
17년 전 조회 2,287
17년 전 조회 1,262
17년 전 조회 1,376
17년 전 조회 2,341
17년 전 조회 1,734
17년 전 조회 1,391
17년 전 조회 1,420
17년 전 조회 1,347
17년 전 조회 1,303
17년 전 조회 4,210
17년 전 조회 2,424
17년 전 조회 1,872
17년 전 조회 3,013
17년 전 조회 1,705
17년 전 조회 1,377
17년 전 조회 1,426
17년 전 조회 1,472
17년 전 조회 1,372
17년 전 조회 1,466
17년 전 조회 2,652
17년 전 조회 4,461
17년 전 조회 1,415
17년 전 조회 4,182
17년 전 조회 4,338
17년 전 조회 1,443
17년 전 조회 2,419
17년 전 조회 1,867
17년 전 조회 3,460
17년 전 조회 1,604
17년 전 조회 3,850
17년 전 조회 3,657
17년 전 조회 2,823
17년 전 조회 3,175
17년 전 조회 2,886
17년 전 조회 2,195
17년 전 조회 3,558
17년 전 조회 2,885
17년 전 조회 3,771
17년 전 조회 1,380
17년 전 조회 2,498
17년 전 조회 1,560
17년 전 조회 1,420
17년 전 조회 1,301
17년 전 조회 1,296
17년 전 조회 1,662
17년 전 조회 3,106
17년 전 조회 3,492
17년 전 조회 3,252
17년 전 조회 2,137
17년 전 조회 4,247
17년 전 조회 1,638
17년 전 조회 1,356
17년 전 조회 1,474
17년 전 조회 1,349
17년 전 조회 1,587
17년 전 조회 1,968
17년 전 조회 2,577
17년 전 조회 2,655
17년 전 조회 1,661
17년 전 조회 1,410
17년 전 조회 2,679
17년 전 조회 3,107
17년 전 조회 3,473
17년 전 조회 3,419
17년 전 조회 2,577
17년 전 조회 4,003
17년 전 조회 3,428
17년 전 조회 5,738
17년 전 조회 2,906
17년 전 조회 2,110
17년 전 조회 2,185
17년 전 조회 2,015
17년 전 조회 1,966
17년 전 조회 3,028
17년 전 조회 2,136
17년 전 조회 1,803
17년 전 조회 2,314
17년 전 조회 1,362
17년 전 조회 1,911
17년 전 조회 3,119
17년 전 조회 2,373
17년 전 조회 2,039
17년 전 조회 2,277
17년 전 조회 1,562
17년 전 조회 1,959
17년 전 조회 1,477
17년 전 조회 2,005
17년 전 조회 2,034
17년 전 조회 1,280
17년 전 조회 3,384
17년 전 조회 4,552
17년 전 조회 2,717