묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
홈피주소 고정법좀...
2002.11.24 10:51
홈페이지 가보면 접속한 주소로 계속 페이지 바껴도 나오는데 어떻게하죠...
<html>
<head>
<title>타이틀</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="0,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="http://주소/상단숨겨질파일명.html" scrolling="NO" name="hidden" noresize frameborder="NO" marginwidth="0" marginheight="0">
<frame src="http://주소/메인파일명.html" name="main" marginwidth="0" marginheight="0" noresize frameborder="NO">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
이런 답변을 주셨는데요..ㅠ_ㅠ 정확한 설명좀 부탁드립니다..
<html>
<head>
<title>타이틀</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="0,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="http://주소/상단숨겨질파일명.html" scrolling="NO" name="hidden" noresize frameborder="NO" marginwidth="0" marginheight="0">
<frame src="http://주소/메인파일명.html" name="main" marginwidth="0" marginheight="0" noresize frameborder="NO">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
이런 답변을 주셨는데요..ㅠ_ㅠ 정확한 설명좀 부탁드립니다..