페이지 들어갈때마다 리셋되는데요
노프레임 머 bgm다해봤는데 속시원히 안돼네여
그래서 우선은 page/head.html 값에 bgsound에 배경깔아놨는데염 ㅠㅠㅠ
index.html 소스는 밑에꺼이고
page폴더안에 flash 라던지 이미지라던지 index.php랑 상단엔 head.html, 하단엔foot.html 나눠났는데..
배경음악 안끊기고 계속이어지게 할쑨없나요??????ㅠㅠㅠㅠㅠ
<head>
<meta http-equiv="refresh" content="0;url=/page/index.php">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="generator" content="text/html; >
</head>
<body bgcolor="white" text="#464646" link="acacac" vlink="636363" alink="red">
<p> </p>
</body>
</html>
노프레임 머 bgm다해봤는데 속시원히 안돼네여
그래서 우선은 page/head.html 값에 bgsound에 배경깔아놨는데염 ㅠㅠㅠ
index.html 소스는 밑에꺼이고
page폴더안에 flash 라던지 이미지라던지 index.php랑 상단엔 head.html, 하단엔foot.html 나눠났는데..
배경음악 안끊기고 계속이어지게 할쑨없나요??????ㅠㅠㅠㅠㅠ
<head>
<meta http-equiv="refresh" content="0;url=/page/index.php">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="generator" content="text/html; >
</head>
<body bgcolor="white" text="#464646" link="acacac" vlink="636363" alink="red">
<p> </p>
</body>
</html>
댓글 5개
---------index.html-------------------
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
<frame src="music.html" name="music" scrolling="NO" noresize>
<frame src="index.php" name="main" scrolling="yes" noresize>
</frameset>
<noframes><body>
</body></noframes>
(참고: 위처럼 프레임으로 감싸서 이용하실경우 단점은 새로고침 f5를 누르면 무조건 처음으로 갑니다.
페이지가 바뀌더라도 음악이 끊어지지 않고 나오려면 간단한 방법으로는 가장 좋은듯 합니다.)
도메인 접속시 index.html을 먼저 인식한다면 index.html에 적용하시고 그누보드파일이 root 바로
아래에 있다면 login버튼 상단에
<?php if(empty($urlencode)) $urlencode = "/index.php"; ?>
삽입하셔서 index.html파일이다시 불러 와지는 것을 막으셔야 됩니다.
그냥두시면 로그인 하실때 중복 재생 됩니다. 그리고 bbs/logout.php 부분도
if ($url) {
$link = $url;
} else if ($bo_table) {
$link = "$g4[bbs_path]/board.php?bo_table=$bo_table";
} else {
$link = "/index.php"; <== 수정할 부분
}
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0">
<frame src="music.html" name="music" scrolling="NO" noresize>
<frame src="index.php" name="main" scrolling="yes" noresize>
</frameset>
<noframes><body>
</body></noframes>
(참고: 위처럼 프레임으로 감싸서 이용하실경우 단점은 새로고침 f5를 누르면 무조건 처음으로 갑니다.
페이지가 바뀌더라도 음악이 끊어지지 않고 나오려면 간단한 방법으로는 가장 좋은듯 합니다.)
도메인 접속시 index.html을 먼저 인식한다면 index.html에 적용하시고 그누보드파일이 root 바로
아래에 있다면 login버튼 상단에
<?php if(empty($urlencode)) $urlencode = "/index.php"; ?>
삽입하셔서 index.html파일이다시 불러 와지는 것을 막으셔야 됩니다.
그냥두시면 로그인 하실때 중복 재생 됩니다. 그리고 bbs/logout.php 부분도
if ($url) {
$link = $url;
} else if ($bo_table) {
$link = "$g4[bbs_path]/board.php?bo_table=$bo_table";
} else {
$link = "/index.php"; <== 수정할 부분
}
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기