주소경로 안보이게 하는 방법좀여~ 정보
주소경로 안보이게 하는 방법좀여~본문
http://g4.miwit.com/bbs/board.php?bo_table=g4_qna&wr_id=26687&page=0&sca=&sfl=wr_subject%7C%7Cwr_content&stx=&spt=0&page=0&cwin=#c_26720
이렇게 긴 주소 안보이게 하는 방법 있나요?
어느 페이지를 들어가도 http://g4.miwit.com 이렇게 도메인 주소만 보이게 하는
방법좀 가르쳐 주세요~ 조금 구체적으로 부탁드릴게요~
이렇게 긴 주소 안보이게 하는 방법 있나요?
어느 페이지를 들어가도 http://g4.miwit.com 이렇게 도메인 주소만 보이게 하는
방법좀 가르쳐 주세요~ 조금 구체적으로 부탁드릴게요~
댓글 전체

프레임셋을 이용하면 됩니다.
index.html 파일에
<frameset rows="100%" border="1">
<frame src="main.php" name="main" noresize scrolling="auto" namo_target_frame="_self" marginwidth="0" marginheight="2">
<noframes>
</noframes>
</frameset>
형태로 넣으시면 됩니다.
index.html 파일에
<frameset rows="100%" border="1">
<frame src="main.php" name="main" noresize scrolling="auto" namo_target_frame="_self" marginwidth="0" marginheight="2">
<noframes>
</noframes>
</frameset>
형태로 넣으시면 됩니다.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>무제 문서</title>
</head>
<frameset rows="100%" border="1">
<frame src="main.php" name="main" noresize scrolling="auto" namo_target_frame="_self" marginwidth="0" marginheight="2">
<noframes>
</noframes>
</frameset>
</html>
이렇게 했더니, 프레임셋 기본값은 2행 이라고 오류문 뜨고 안되는되요? ㅜㅡ
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>무제 문서</title>
</head>
<frameset rows="100%" border="1">
<frame src="main.php" name="main" noresize scrolling="auto" namo_target_frame="_self" marginwidth="0" marginheight="2">
<noframes>
</noframes>
</frameset>
</html>
이렇게 했더니, 프레임셋 기본값은 2행 이라고 오류문 뜨고 안되는되요? ㅜㅡ