주소창고정 도메인만나오게하는방법 > 자유게시판

자유게시판

주소창고정 도메인만나오게하는방법 정보

주소창고정 도메인만나오게하는방법

본문

주소창고정 도메인만나오게하는방법중에서 어떤것이 제일좋나요
추천
0
  • 복사

댓글 5개

제가 사용하는 방법입니다... 잘 됩니다.


<html>
<head>
<title>:::: 타이틀 입력 ::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="0, 100%" cols="1*" border="0">
    <frame scrolling="no" marginwidth="0" marginheight="0">
    <frame src="/home/index.html" scrolling="auto" marginwidth="5" marginheight="5">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
© SIRSOFT
현재 페이지 제일 처음으로