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,764
17년 전 조회 2,750
17년 전 조회 2,417
17년 전 조회 1,401
17년 전 조회 1,417
17년 전 조회 1,477
17년 전 조회 6,430
17년 전 조회 6,242
17년 전 조회 2,419
17년 전 조회 1,407
17년 전 조회 1,530
17년 전 조회 2,466
17년 전 조회 1,870
17년 전 조회 1,537
17년 전 조회 1,557
17년 전 조회 1,482
17년 전 조회 1,450
17년 전 조회 4,361
17년 전 조회 2,578
17년 전 조회 1,995
17년 전 조회 3,138
17년 전 조회 1,833
17년 전 조회 1,523
17년 전 조회 1,563
17년 전 조회 1,622
17년 전 조회 1,513
17년 전 조회 1,611
17년 전 조회 2,794
17년 전 조회 4,613
17년 전 조회 1,554
17년 전 조회 4,313
17년 전 조회 4,480
17년 전 조회 1,599
17년 전 조회 2,577
17년 전 조회 2,007
17년 전 조회 3,610
17년 전 조회 1,753
17년 전 조회 4,017
17년 전 조회 3,791
17년 전 조회 2,970
17년 전 조회 3,339
17년 전 조회 3,048
17년 전 조회 2,358
17년 전 조회 3,710
17년 전 조회 3,038
17년 전 조회 3,916
17년 전 조회 1,536
17년 전 조회 2,647
17년 전 조회 1,723
17년 전 조회 1,580
17년 전 조회 1,460
17년 전 조회 1,442
17년 전 조회 1,805
17년 전 조회 3,252
17년 전 조회 3,633
17년 전 조회 3,399
17년 전 조회 2,279
17년 전 조회 4,394
17년 전 조회 1,790
17년 전 조회 1,521
17년 전 조회 1,639
17년 전 조회 1,494
17년 전 조회 1,744
17년 전 조회 2,125
17년 전 조회 2,718
17년 전 조회 2,792
17년 전 조회 1,807
17년 전 조회 1,563
17년 전 조회 2,810
17년 전 조회 3,249
17년 전 조회 3,609
17년 전 조회 3,550
17년 전 조회 2,730
17년 전 조회 4,138
17년 전 조회 3,571
17년 전 조회 5,882
17년 전 조회 3,041
17년 전 조회 2,238
17년 전 조회 2,320
17년 전 조회 2,155
17년 전 조회 2,102
17년 전 조회 3,166
17년 전 조회 2,275
17년 전 조회 1,933
17년 전 조회 2,461
17년 전 조회 1,503
17년 전 조회 2,062
17년 전 조회 3,295
17년 전 조회 2,527
17년 전 조회 2,180
17년 전 조회 2,404
17년 전 조회 1,712
17년 전 조회 2,114
17년 전 조회 1,607
17년 전 조회 2,143
17년 전 조회 2,172
17년 전 조회 1,423
17년 전 조회 3,512
17년 전 조회 4,694
17년 전 조회 2,839