주소창에 홈주소만을 보이게 고정시키는 방법

지지온 2012.06.11 22:10:50 출처:
주소창에 홈주소만을 보이게 고정시키는 방법입니다. 

홈페이지의 index 파일에 다음과 같이 넣어 주시면 됩니다. 
<html> 
<title>홈페이지 주소 고정</title> 
<frameset rows="1*"> 
<frame src="홈페이지 첫화면에 보여질 문서 주소" name="main" scrolling="no" marginwidth="0" marginheight="0" noresize> 
<noframes> 
</noframes> 
</frameset> 
</html>