bgm을 적용했는데, 새로고침할 때마다 테이블이 쌓여요 정보
bgm을 적용했는데, 새로고침할 때마다 테이블이 쌓여요본문
<html>
<head>
<title>얍얍</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*, 25" border="0">
<frame src="./main.htm" name="top">
<frame noresize scrolling="no" marginwidth="0" marginheight="0" src="./music.htm" name="bottom">
</frameset>
</html>
이렇게 했는데...
브금은 잘 나오고 브금표시도 잘 되는데 말이죠..
새로고침을 한번 더 하면, 브금표시가 두개가 되요.
거기에 또 새로고침을 하면 브금표시는 세개가 되구요.
이렇게 새로고침할 때마다 쌓여요 ㅠㅠ
어떻게 해야할까요?
답변 부탁드릴게요
<head>
<title>얍얍</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*, 25" border="0">
<frame src="./main.htm" name="top">
<frame noresize scrolling="no" marginwidth="0" marginheight="0" src="./music.htm" name="bottom">
</frameset>
</html>
이렇게 했는데...
브금은 잘 나오고 브금표시도 잘 되는데 말이죠..
새로고침을 한번 더 하면, 브금표시가 두개가 되요.
거기에 또 새로고침을 하면 브금표시는 세개가 되구요.
이렇게 새로고침할 때마다 쌓여요 ㅠㅠ
어떻게 해야할까요?
답변 부탁드릴게요
댓글 전체