홈페이지 음악관련문의
본문
먼저 링크는 http://kid6067.cafe24.com/
저의 질문은
홈페이지를 열어보시면 음악이 나오는데 각각의 페이지를 클릭할때 마다
음악이 끊김니다
저는 계속 쭉 나오게 하고 싶습니다
방법이나 소스를 아시는분은 답변 부탁드릴께요^^
답변 2
아래 처럼 index.html 넣어주시구
music.html 에 음악 나오는 소스 넣어주시면 될듯 합니다.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script>location="/gw8/index.php";</script>
<title>동그라미어린이집</title>
</head>
<FRAMESET border=0 frameBorder=no frameSpacing=0 rows="*,30">
<FRAME noResize scrolling=yes src="/index.php" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" bgcolor="#ffffff">
<FRAME noResize scrolling=no src="/music.html" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
</FRAMESET>
답변을 작성하시기 전에 로그인 해주세요.