아웃로그인 설치에 항복입니다. ㅡㅡ;;;; 도와주세요 정보
그누보드 아웃로그인 설치에 항복입니다. ㅡㅡ;;;; 도와주세요본문
저도 얼마전에 고민을 많이해서 제가 사용한 방법을 올려드립니다.
아시는 분들은 아주 쉬운 이야기지만 처음부터 이렇게 까지 오기에는 쉽지 않은 길이었습니다.
gnu3 에 설치된 상태고 아무것도 들어 있지 않은 no.html 파일을 하나 만들어서 아래와 같은 index.html 파일을 만들어서 root 에 저장합니다.
<html>
<head>
<title>::: 제목:::</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*,1" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="mainFrame" src="/gnu3/index.php">
<frame name="bottomFrame" scrolling="NO" noresize src="no.html">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
아시는 분들은 아주 쉬운 이야기지만 처음부터 이렇게 까지 오기에는 쉽지 않은 길이었습니다.
gnu3 에 설치된 상태고 아무것도 들어 있지 않은 no.html 파일을 하나 만들어서 아래와 같은 index.html 파일을 만들어서 root 에 저장합니다.
<html>
<head>
<title>::: 제목:::</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*,1" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="mainFrame" src="/gnu3/index.php">
<frame name="bottomFrame" scrolling="NO" noresize src="no.html">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
댓글 전체

프레임....으로 불러오기....
체리토마토님 의견 추천....
쉽고 간편해서.... 저도 저렇게 사용하는 홈페이지가 많습니다.
체리토마토님 의견 추천....
쉽고 간편해서.... 저도 저렇게 사용하는 홈페이지가 많습니다.