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,688
17년 전 조회 2,670
17년 전 조회 2,319
17년 전 조회 1,315
17년 전 조회 1,329
17년 전 조회 1,387
17년 전 조회 6,348
17년 전 조회 6,163
17년 전 조회 2,332
17년 전 조회 1,329
17년 전 조회 1,443
17년 전 조회 2,393
17년 전 조회 1,794
17년 전 조회 1,453
17년 전 조회 1,473
17년 전 조회 1,401
17년 전 조회 1,355
17년 전 조회 4,253
17년 전 조회 2,480
17년 전 조회 1,921
17년 전 조회 3,061
17년 전 조회 1,749
17년 전 조회 1,429
17년 전 조회 1,482
17년 전 조회 1,533
17년 전 조회 1,423
17년 전 조회 1,528
17년 전 조회 2,711
17년 전 조회 4,507
17년 전 조회 1,467
17년 전 조회 4,228
17년 전 조회 4,387
17년 전 조회 1,520
17년 전 조회 2,479
17년 전 조회 1,917
17년 전 조회 3,521
17년 전 조회 1,659
17년 전 조회 3,906
17년 전 조회 3,709
17년 전 조회 2,877
17년 전 조회 3,242
17년 전 조회 2,946
17년 전 조회 2,244
17년 전 조회 3,607
17년 전 조회 2,946
17년 전 조회 3,828
17년 전 조회 1,454
17년 전 조회 2,554
17년 전 조회 1,627
17년 전 조회 1,481
17년 전 조회 1,365
17년 전 조회 1,353
17년 전 조회 1,725
17년 전 조회 3,146
17년 전 조회 3,546
17년 전 조회 3,307
17년 전 조회 2,184
17년 전 조회 4,310
17년 전 조회 1,693
17년 전 조회 1,432
17년 전 조회 1,547
17년 전 조회 1,410
17년 전 조회 1,652
17년 전 조회 2,027
17년 전 조회 2,633
17년 전 조회 2,706
17년 전 조회 1,723
17년 전 조회 1,472
17년 전 조회 2,731
17년 전 조회 3,166
17년 전 조회 3,526
17년 전 조회 3,471
17년 전 조회 2,631
17년 전 조회 4,053
17년 전 조회 3,492
17년 전 조회 5,786
17년 전 조회 2,958
17년 전 조회 2,166
17년 전 조회 2,247
17년 전 조회 2,071
17년 전 조회 2,015
17년 전 조회 3,075
17년 전 조회 2,189
17년 전 조회 1,854
17년 전 조회 2,365
17년 전 조회 1,408
17년 전 조회 1,973
17년 전 조회 3,178
17년 전 조회 2,425
17년 전 조회 2,087
17년 전 조회 2,314
17년 전 조회 1,614
17년 전 조회 2,016
17년 전 조회 1,527
17년 전 조회 2,059
17년 전 조회 2,093
17년 전 조회 1,331
17년 전 조회 3,430
17년 전 조회 4,607
17년 전 조회 2,761