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,711
17년 전 조회 2,697
17년 전 조회 2,362
17년 전 조회 1,341
17년 전 조회 1,359
17년 전 조회 1,417
17년 전 조회 6,375
17년 전 조회 6,193
17년 전 조회 2,360
17년 전 조회 1,356
17년 전 조회 1,471
17년 전 조회 2,413
17년 전 조회 1,816
17년 전 조회 1,486
17년 전 조회 1,495
17년 전 조회 1,434
17년 전 조회 1,387
17년 전 조회 4,282
17년 전 조회 2,516
17년 전 조회 1,942
17년 전 조회 3,091
17년 전 조회 1,783
17년 전 조회 1,465
17년 전 조회 1,510
17년 전 조회 1,561
17년 전 조회 1,459
17년 전 조회 1,561
17년 전 조회 2,739
17년 전 조회 4,549
17년 전 조회 1,499
17년 전 조회 4,260
17년 전 조회 4,428
17년 전 조회 1,545
17년 전 조회 2,515
17년 전 조회 1,947
17년 전 조회 3,557
17년 전 조회 1,692
17년 전 조회 3,953
17년 전 조회 3,735
17년 전 조회 2,908
17년 전 조회 3,273
17년 전 조회 2,987
17년 전 조회 2,285
17년 전 조회 3,640
17년 전 조회 2,986
17년 전 조회 3,859
17년 전 조회 1,487
17년 전 조회 2,591
17년 전 조회 1,659
17년 전 조회 1,519
17년 전 조회 1,396
17년 전 조회 1,387
17년 전 조회 1,751
17년 전 조회 3,183
17년 전 조회 3,580
17년 전 조회 3,339
17년 전 조회 2,217
17년 전 조회 4,337
17년 전 조회 1,722
17년 전 조회 1,457
17년 전 조회 1,579
17년 전 조회 1,437
17년 전 조회 1,681
17년 전 조회 2,057
17년 전 조회 2,664
17년 전 조회 2,733
17년 전 조회 1,752
17년 전 조회 1,503
17년 전 조회 2,757
17년 전 조회 3,198
17년 전 조회 3,558
17년 전 조회 3,498
17년 전 조회 2,663
17년 전 조회 4,088
17년 전 조회 3,515
17년 전 조회 5,817
17년 전 조회 2,987
17년 전 조회 2,185
17년 전 조회 2,273
17년 전 조회 2,099
17년 전 조회 2,045
17년 전 조회 3,110
17년 전 조회 2,215
17년 전 조회 1,871
17년 전 조회 2,397
17년 전 조회 1,442
17년 전 조회 1,995
17년 전 조회 3,223
17년 전 조회 2,472
17년 전 조회 2,118
17년 전 조회 2,343
17년 전 조회 1,647
17년 전 조회 2,049
17년 전 조회 1,554
17년 전 조회 2,085
17년 전 조회 2,118
17년 전 조회 1,356
17년 전 조회 3,449
17년 전 조회 4,635
17년 전 조회 2,784