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,608
17년 전 조회 2,583
17년 전 조회 2,231
17년 전 조회 1,224
17년 전 조회 1,238
17년 전 조회 1,304
17년 전 조회 6,258
17년 전 조회 6,071
17년 전 조회 2,251
17년 전 조회 1,217
17년 전 조회 1,327
17년 전 조회 2,308
17년 전 조회 1,698
17년 전 조회 1,352
17년 전 조회 1,376
17년 전 조회 1,320
17년 전 조회 1,261
17년 전 조회 4,173
17년 전 조회 2,393
17년 전 조회 1,828
17년 전 조회 2,976
17년 전 조회 1,669
17년 전 조회 1,342
17년 전 조회 1,381
17년 전 조회 1,433
17년 전 조회 1,324
17년 전 조회 1,428
17년 전 조회 2,609
17년 전 조회 4,421
17년 전 조회 1,384
17년 전 조회 4,149
17년 전 조회 4,302
17년 전 조회 1,405
17년 전 조회 2,378
17년 전 조회 1,826
17년 전 조회 3,425
17년 전 조회 1,563
17년 전 조회 3,812
17년 전 조회 3,607
17년 전 조회 2,780
17년 전 조회 3,144
17년 전 조회 2,849
17년 전 조회 2,157
17년 전 조회 3,515
17년 전 조회 2,851
17년 전 조회 3,732
17년 전 조회 1,346
17년 전 조회 2,465
17년 전 조회 1,523
17년 전 조회 1,383
17년 전 조회 1,263
17년 전 조회 1,257
17년 전 조회 1,627
17년 전 조회 3,075
17년 전 조회 3,457
17년 전 조회 3,217
17년 전 조회 2,098
17년 전 조회 4,211
17년 전 조회 1,609
17년 전 조회 1,325
17년 전 조회 1,445
17년 전 조회 1,314
17년 전 조회 1,554
17년 전 조회 1,931
17년 전 조회 2,546
17년 전 조회 2,622
17년 전 조회 1,618
17년 전 조회 1,372
17년 전 조회 2,635
17년 전 조회 3,072
17년 전 조회 3,435
17년 전 조회 3,387
17년 전 조회 2,539
17년 전 조회 3,968
17년 전 조회 3,395
17년 전 조회 5,703
17년 전 조회 2,864
17년 전 조회 2,070
17년 전 조회 2,150
17년 전 조회 1,987
17년 전 조회 1,929
17년 전 조회 2,998
17년 전 조회 2,107
17년 전 조회 1,774
17년 전 조회 2,280
17년 전 조회 1,327
17년 전 조회 1,875
17년 전 조회 3,088
17년 전 조회 2,336
17년 전 조회 2,009
17년 전 조회 2,240
17년 전 조회 1,525
17년 전 조회 1,924
17년 전 조회 1,443
17년 전 조회 1,977
17년 전 조회 1,994
17년 전 조회 1,246
17년 전 조회 3,355
17년 전 조회 4,514
17년 전 조회 2,680