테스트 사이트 - 개발 중인 베타 버전입니다

페이지 이동 스크립트 질문좀요.. 채택완료

김준희321 11년 전 조회 4,821

header("Pragma: no-cache");  

header("Cache-Control: no-cache,must-reval!idate");  

header("Expires: 0");

@extract($_GET);

 

require("./admin/classes/DB.class.php");

$db = new DB($listCount, $pageCount, $listquery, $countquery, $page);

$query = $db->_query("select keyword from domain where domain = '{$_SERVER["HTTP_HOST"]}'");

$fetch = $db->_fetch($query);

}

 ?>

 

 

 

  

  <?php echo $fetch->keyword;?>

 

 

 

 

 

 

  

 

 

 

 

 

 

현재 이렇게 소스를 사용하고있는데..

페이지가 안넘어가지네요 ㅠㅠ..

뭐가문제일까요 ㅠㅠ...

 

 

댓글을 작성하려면 로그인이 필요합니다.

답변 4개

채택된 답변
+20 포인트
11년 전

top.frames['프레임명'].location.href = "http://test.co.kr/?s_key=%3C?php" target="_blank" style="font-size: 12px; color: rgb(110, 150, 154); font-family: gulim, helvetica; line-height: 23.53125px;">http://test.co.kr/?s_key= echo $fetch->keyword;?>​";

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

11년 전
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

11년 전

top.frames.location.href

꼭 이걸 사용해야 하거든용 ㅠㅠ...

방법없을까요??

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

11년 전

 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인