묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
고수님들의 도움이 필요합니다...
2013.07.29 10:09
모두들 더운날씨에 건강들 조심하세요^ ^
다름이 아니라 xe를 설치하면 도메인/xe 로 접속이 되잖아요.
그래서 저두 아래와 같이 바꿨더니 도메인만 치고 들어가면 스크롤바가 없이 나타납니다...물론 xe까지 다치고들어가면
스크롤바는 나타나고요. 무엇이 잘못된것일까요.많은 도움 바랍니다..^ ^
아래파일은 xe 상위폴더에 있는 hosting_index.html 입니다...
<?
$hostname = exec("/home/bin/hostname");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>로고</title>
</head>
<body>
<iframe frameborder=0 scrolling=no marginwidth=0 marginheight=0 width=100% height=100% src=http://도메인/xe/index.php></iframe>
</body>
</html>
댓글 1
-
킴똥똥
2013.07.29 10:31
<frameset cols="0,*" border="0"><frame src="" name="index1"><frame src="http://도메인/xe/index.php" name="index2"></frameset></frameset>