묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
호스팅 주소로 직접연결 html이 이상합니다..;;
2012.12.30 12:16
호스팅 메인에 index.html 파일을 올렸습니다...
그런데 주소를 고정하니까 pc 익스플로러에서 깨지드라구요..;;;
그래서 http://wecoweco.sqs.kr 여기로 입력해 접속하면 -> http://wecoweco.sqs.kr/nori/ (xe설치폴더)여기로 이동하게끔
html을 수정하고 싶은데 어떻게 해야할지 모르겠네요..ㅜ_ㅡ
----
<html>
<head>
<title>::홈페이지 제목::</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<link type="text/css" href="menu.css" rel="stylesheet" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="menu.js"></script>
<frameset rows="*,0" border=0>
<frame src="http://wecoweco.sqs.kr/nori/main" frameborder=0 scrolling=auto>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
----
어떻게 해야하죠??
이동하게 하려면 2가지 방법이 있습니다.
1. 자바스크립트 이용
<script language="javascript">location.href='원하는 주소';</script>
2. Meta 테그 이용
<meta http-equiv="refresh" content="시간(초); url=원하는 주소">