주소 및 타이틀 고정방법

by 콩이아빠 posted Feb 22, 2010
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

주소고정/타이틀 고정방법

1번째 방법

아래 소스를 index.html 로 저장후 홈페이지 계정 루트폴더에 올려줍니다.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>::: 환영합니다 :::</title>
</head>
<frameset rows="0, 1*" border="0">
    <frame>
    <frame scrolling="yes" marginwidth="0" marginheight="0" src="/xe/">
</frameset>
</html>

 

2번째 방법

기본 폴더로 옮기면 됩니다.


Articles

1 2