묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
페이지이동에관한질문드립니다
2013.08.20 20:05
자바스크립트나 html 또는 php로 페이지를 연결할수잇나요?? 마치 도메인같이
xxx.co.kr/index.html 을들어가면 xxx.co.kr/xxxx/index.html 이나오도록 php도 괞찮습니다.
궁금해서 ^(
xxx.co.kr/index.html의 문서를
<html>
<head>
<script language="JavaScript">
self.location.replace('http://www.xxx.co.kr/xxxx/index.html');
</script>
</head>
<body>
<p></p>
</body>
</html>
이렇게 하면 될 것 같습니다.