묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
새창열기했는데 사랑비bgm이 멈추네요..
2004.07.27 13:56
노프레임 (전체 한페이지입니다. 메뉴 누르면 페이지 바뀌고 그런거 아닙니다. 한 페이지에서 다 해결했습니다.)을 만들어놓고 사랑비bgm을 ifream으로 만들어 그 안에 넣었습니다. 그리고 모든게시판을 새창으로 뜨게 했습니다.
그런데 bgm의 음악이 흐르다가 게시판을 클릭하면 음악이 자동으로 정지하네요. 밑에 있는게 게시판을 새창으로 뜨게 하는 소슨데요..이게 문제일까요?
.javascriptna_open_window('win', 'bbs/zboard.php?id=reading', 0, 0, 450, 640, 0, 0, 0, 1, 0)
요 밑에껀 메인페이지에 삽입되어있는 자바스크립터입니다.
<script language="JavaScript"><!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_val == "done")
return;
window.open(url, name, '+ '+ 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
여기까집니다. 아이프레임이라고 사용했는데도 음악이 멈추네요..제가 생각하기엔 자바스크립터소스안에 리로드 시키는 뭔가 있는거 같은데 전 모르겠네요. 좀 가르쳐 주세요.
그런데 bgm의 음악이 흐르다가 게시판을 클릭하면 음악이 자동으로 정지하네요. 밑에 있는게 게시판을 새창으로 뜨게 하는 소슨데요..이게 문제일까요?
.javascriptna_open_window('win', 'bbs/zboard.php?id=reading', 0, 0, 450, 640, 0, 0, 0, 1, 0)
요 밑에껀 메인페이지에 삽입되어있는 자바스크립터입니다.
<script language="JavaScript"><!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_val == "done")
return;
window.open(url, name, '+ '+ 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
여기까집니다. 아이프레임이라고 사용했는데도 음악이 멈추네요..제가 생각하기엔 자바스크립터소스안에 리로드 시키는 뭔가 있는거 같은데 전 모르겠네요. 좀 가르쳐 주세요.
댓글 2
-
로크
2004.08.01 17:03
javascript:na_open_window('win', 'bbs/zboard.php?id=reading', 0, 0, 450, 640, 0, 0, 0, 1, 0) -
로크
2004.08.01 17:03
로 링크해야 하는데.ㅠㅠ