트위터위젯 프레임에서는 못 불러오나요? > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

트위터위젯 프레임에서는 못 불러오나요? 정보

트위터위젯 프레임에서는 못 불러오나요?

본문

BGM 때문에 프레임을 나눠서 사용하고 있습니다.
트위터 위젯을 메인에 달아두려고 했더니 프레임 나눈 것 때문에 불러오지를 못하네요.
혹시 불러올 수 있는 방법은 없을까요??
  • 복사

댓글 전체

그런가요?ㅠㅠ gnuboard4 경로로 들어가면 잘 나오는데 기본 주소로 들어가면 불러오질 못합니다. 이때 불러들이는 index 내용은 아래와 같습니다.

<head>
<title>홈페이지 타이틀</title>
<LINK rel="SHORTCUT ICON" href="../favicon.ico">
<script type="text/javascript">
var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson','Windows Phone');
for (var word in mobileKeyWords){
if (navigator.userAgent.match(mobileKeyWords[word]) != null){
location.href = "http://dyspnea.dothome.co.kr/mobile/main.html";
break;
}
}

</script>
</head>
<frameset rows="0, 1*" cols="1*" border="0">
<frame name="bgm" scrolling="no" marginwidth="0" marginheight="0" src="bgm.php" noresize>
<frame name="all" scrolling="auto" marginwidth="0" marginheight="0" src="http://dyspnea.dothome.co.kr/gnuboard4">
<noframes>
</noframes>
</frameset>



다시해보니까 ie 7 에서만 오류가 뜨면서 위젯을 불러오지 못합니다. 크롬에서는 잘 불러오네요.
© SIRSOFT
현재 페이지 제일 처음으로