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,730
17년 전 조회 2,718
17년 전 조회 2,379
17년 전 조회 1,369
17년 전 조회 1,379
17년 전 조회 1,438
17년 전 조회 6,395
17년 전 조회 6,207
17년 전 조회 2,382
17년 전 조회 1,375
17년 전 조회 1,493
17년 전 조회 2,437
17년 전 조회 1,838
17년 전 조회 1,509
17년 전 조회 1,520
17년 전 조회 1,455
17년 전 조회 1,410
17년 전 조회 4,314
17년 전 조회 2,540
17년 전 조회 1,967
17년 전 조회 3,111
17년 전 조회 1,798
17년 전 조회 1,489
17년 전 조회 1,525
17년 전 조회 1,586
17년 전 조회 1,476
17년 전 조회 1,581
17년 전 조회 2,763
17년 전 조회 4,575
17년 전 조회 1,515
17년 전 조회 4,280
17년 전 조회 4,454
17년 전 조회 1,564
17년 전 조회 2,540
17년 전 조회 1,969
17년 전 조회 3,578
17년 전 조회 1,711
17년 전 조회 3,978
17년 전 조회 3,760
17년 전 조회 2,934
17년 전 조회 3,296
17년 전 조회 3,012
17년 전 조회 2,308
17년 전 조회 3,662
17년 전 조회 3,003
17년 전 조회 3,875
17년 전 조회 1,502
17년 전 조회 2,607
17년 전 조회 1,680
17년 전 조회 1,544
17년 전 조회 1,421
17년 전 조회 1,404
17년 전 조회 1,771
17년 전 조회 3,209
17년 전 조회 3,603
17년 전 조회 3,356
17년 전 조회 2,238
17년 전 조회 4,351
17년 전 조회 1,753
17년 전 조회 1,482
17년 전 조회 1,604
17년 전 조회 1,458
17년 전 조회 1,706
17년 전 조회 2,083
17년 전 조회 2,678
17년 전 조회 2,762
17년 전 조회 1,773
17년 전 조회 1,532
17년 전 조회 2,778
17년 전 조회 3,222
17년 전 조회 3,578
17년 전 조회 3,518
17년 전 조회 2,698
17년 전 조회 4,106
17년 전 조회 3,540
17년 전 조회 5,838
17년 전 조회 3,006
17년 전 조회 2,208
17년 전 조회 2,289
17년 전 조회 2,121
17년 전 조회 2,068
17년 전 조회 3,128
17년 전 조회 2,240
17년 전 조회 1,894
17년 전 조회 2,429
17년 전 조회 1,465
17년 전 조회 2,023
17년 전 조회 3,249
17년 전 조회 2,493
17년 전 조회 2,140
17년 전 조회 2,368
17년 전 조회 1,678
17년 전 조회 2,080
17년 전 조회 1,576
17년 전 조회 2,105
17년 전 조회 2,136
17년 전 조회 1,386
17년 전 조회 3,471
17년 전 조회 4,655
17년 전 조회 2,797