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 의 자스를 부를꺼에요
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
17년 전 조회 1,619
17년 전 조회 2,601
17년 전 조회 2,239
17년 전 조회 1,230
17년 전 조회 1,250
17년 전 조회 1,317
17년 전 조회 6,270
17년 전 조회 6,084
17년 전 조회 2,264
17년 전 조회 1,231
17년 전 조회 1,343
17년 전 조회 2,317
17년 전 조회 1,705
17년 전 조회 1,364
17년 전 조회 1,389
17년 전 조회 1,332
17년 전 조회 1,275
17년 전 조회 4,187
17년 전 조회 2,409
17년 전 조회 1,849
17년 전 조회 2,989
17년 전 조회 1,682
17년 전 조회 1,354
17년 전 조회 1,392
17년 전 조회 1,447
17년 전 조회 1,342
17년 전 조회 1,439
17년 전 조회 2,629
17년 전 조회 4,436
17년 전 조회 1,392
17년 전 조회 4,166
17년 전 조회 4,312
17년 전 조회 1,412
17년 전 조회 2,390
17년 전 조회 1,844
17년 전 조회 3,435
17년 전 조회 1,577
17년 전 조회 3,824
17년 전 조회 3,627
17년 전 조회 2,794
17년 전 조회 3,156
17년 전 조회 2,865
17년 전 조회 2,172
17년 전 조회 3,535
17년 전 조회 2,862
17년 전 조회 3,743
17년 전 조회 1,353
17년 전 조회 2,477
17년 전 조회 1,538
17년 전 조회 1,397
17년 전 조회 1,277
17년 전 조회 1,267
17년 전 조회 1,640
17년 전 조회 3,086
17년 전 조회 3,469
17년 전 조회 3,230
17년 전 조회 2,114
17년 전 조회 4,224
17년 전 조회 1,613
17년 전 조회 1,333
17년 전 조회 1,457
17년 전 조회 1,322
17년 전 조회 1,565
17년 전 조회 1,946
17년 전 조회 2,558
17년 전 조회 2,632
17년 전 조회 1,634
17년 전 조회 1,384
17년 전 조회 2,654
17년 전 조회 3,086
17년 전 조회 3,447
17년 전 조회 3,400
17년 전 조회 2,555
17년 전 조회 3,979
17년 전 조회 3,404
17년 전 조회 5,712
17년 전 조회 2,880
17년 전 조회 2,087
17년 전 조회 2,163
17년 전 조회 1,998
17년 전 조회 1,947
17년 전 조회 3,006
17년 전 조회 2,114
17년 전 조회 1,791
17년 전 조회 2,295
17년 전 조회 1,337
17년 전 조회 1,891
17년 전 조회 3,105
17년 전 조회 2,353
17년 전 조회 2,023
17년 전 조회 2,258
17년 전 조회 1,541
17년 전 조회 1,938
17년 전 조회 1,459
17년 전 조회 1,988
17년 전 조회 2,006
17년 전 조회 1,258
17년 전 조회 3,365
17년 전 조회 4,527
17년 전 조회 2,697