frame 안에 include를 하려고 합니다..
<?
include_once("./_common.php");
if ($_SERVER['HTTP_HOST'] == 'diamond-ever.net' || $_SERVER['HTTP_HOST'] == 'www.diamond-ever.net') {
include_once("index1.htm");
}
else if ($_SERVER['HTTP_HOST'] == 'tera.co1.kr' || $_SERVER['HTTP_HOST'] == 'www.tera.co1.kr') {
include_once("index2.htm");
}
else {
include_once("index.htm");
}
?>
이 걸 <frame src="index.htm"> 으로 되어있던 부분에 집어 넣으려고 하는데
프레임을 유지하면서 저걸 넣는게 가능할까요?
<?
include_once("./_common.php");
if ($_SERVER['HTTP_HOST'] == 'diamond-ever.net' || $_SERVER['HTTP_HOST'] == 'www.diamond-ever.net') {
include_once("index1.htm");
}
else if ($_SERVER['HTTP_HOST'] == 'tera.co1.kr' || $_SERVER['HTTP_HOST'] == 'www.tera.co1.kr') {
include_once("index2.htm");
}
else {
include_once("index.htm");
}
?>
이 걸 <frame src="index.htm"> 으로 되어있던 부분에 집어 넣으려고 하는데
프레임을 유지하면서 저걸 넣는게 가능할까요?
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기