묻고답하기

원 프레임을 가장한 투프레임 홈페이지거든요.

카운터는 main이 아닌 footer에 넣었어요.

그랫더니 카운터는 올라가는데 어느 경로에서 왔는지는 모르더라구요.

자료는 counter라는 폴더를 만들어서 올렸구요.

지금 사용하는 경로는 ./counter/ 이구요.

../counter 이렇게해두 안돼고
counter 이렇게 해도 안돼더라구요.

도대체 어떻게 해야 경로가 나올까요, ㅠㅠ

도와주세요.

제로 카운터 리플에 카메롯님이 프레임 나눈 곳 에서는 ./counter 이렇게 사용하라구 했는데...

전 안돼네요...

고수님의 가르침 부탁드릴께요. (__)

<? include "./counter/dbconn.php3";
       include "./counter/zerocounter.php3"; ?>
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<script language='JavaScript'>
   function RWindow(URL,WD,HT) {
    window.open(URL,'counter','width=430,height=400,scrollbars=yes,resizable=0,status=no,menubar=0');
   }
   </script>

</head>

<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p> <a href=# onclick="javascript:RWindow('./counter/status.php3',0,0)"><span style="font-size:9pt;">접속통계보기</span></a></p>
</body>

</html>