묻고답하기

<?php
if(!$required){echo "정상적인 접근이 아닙니다."; exit;}
?>
<!--상부 가상 프레임 시작-->
<?php
if(file_exists("../require/vfr_top.php")){
  require "../require/vfr_top.php";
}
?>
<!--상부 가상 프레임 완료-->

<table width=100% cellspacing=0 cellpadding=0 align=center>
  <tr>
<?php
if($_appbg == "y"){ if($_bgcol) $mainbgstr = " bgcolor=\"$_bgcol\""; else $mainbgstr = " background=\"/images/bg.gif\""; }
if($_outlinecol){
  $mainoutlinestr = "    <td width=1 bgcolor=$_outlinecol><img src=\"/images/fixer.gif\" width=1 height=1 border=0></td>
";
  $mainleftmargin = $_leftmargin-1;
}else{
  $mainleftmargin = $_leftmargin;
}
if($_arrange == "left" && $_leftmargin > 0){
  $fixerstr = "<img src=\"/images/fixer.gif\" width=$mainleftmargin height=1 border=0>";
?>
    <td width=<?php echo $mainleftmargin.$mainbgstr.">$fixerstr"; ?></td>
<?php
  echo $mainoutlinestr;
}elseif($_arrange == "center"){
  $fixerstr = " ";
  $mainleftmargin = "*";
?>
    <td width=<?php echo $mainleftmargin.$mainbgstr.">$fixerstr"; ?></td>
<?php
  echo $mainoutlinestr;
}
?>
    <td width=<?php echo $_pgwide; ?> valign=top>
<table width=100% cellspacing=0 cellpadding=0 align=center>
  <tr>
    <td width=<?php echo $_pgleft; ?> height=674 bgcolor="<?php echo $_leftbgcol; ?>" valign=top>

<!--좌측 가상 프레임(상품목록, 좌측 배너...) 시작-->
<?php
if(file_exists("../require/vfr_left.php")){
  require "../require/vfr_left.php";
}
?>
<!--좌측 가상 프레임(상품목록, 좌측 배너...) 완료-->

    </td>
<?php
if($_vlinecol){
?>
    <td width=1 bgcolor="<?php echo $_vlinecol; ?>"><img src="/images/fixer.gif" width=1 height=1 border=0></td>
<?php
}
?>
    <td width=<?php echo $_pgcenter; ?> bgcolor="<?php echo $_centerbgcol; ?>" valign=top>

<!--상단이미지 출력 시작-->
<?php
$is_order_rst = strpos($HTTP_SERVER_VARS[REQUEST_URI],"order_rst");
if($is_order_rst) $iname = "pt_order_rst.gif"; else $iname = "pt_{$req}.gif";
if(file_exists("../images/$iname") || file_exists("./images/$iname")){
?>
<table width=100% cellspacing=0 cellpadding=0 align=center>
  <tr>
    <td align=left><img src="/images/<?php echo $iname; ?>" border=0></td>
  </tr>
</table>
<?php
}
?>
<!--상단이미지 출력 완료-->

<!--현위치출력 시작-->


<!--현위치출력 완료-->

<!--페이지제목 출력 시작-->


<!--페이지제목 출력 완료-->


    <!--회사소개본문 완료-->

 

    </td>
     <td width=<?php echo $_pgright; ?> bgcolor="<?php echo $_rightbgcol; ?>" valign=top>
<?php
if(file_exists("../require/vfr_right.php")){
  require "../require/vfr_right.php";
}
?>
     </td>
  </tr>
</table>
    </td>
<?php
echo $mainoutlinestr;
?>
    <td width=*<?php echo $mainbgstr; ?>> </td>
  </tr>
</table>

 


<!--하부 가상 프레임 시작-->
<?php
if(file_exists("../require/vfr_bott.php")){
  require "../require/vfr_bott.php";
}
?>
<!--하부 가상 프레임 완료-->

홈페이지 메인페이지가 클릭해도 안뜨고 빈공간색만 나오네요...

제가 중간에 소스를 모르고 삭제했는데 살릴수있을까요?

메인 소스를 잘몰라서 이것만 살리면 다른건 가능합니다만 문제가좀 헤결해주세요

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
김선덕 동영상 전체보기 어케 제어하는 거예염~?? [1] 2007.08.10
김진수 [질문]제로 보드의 아이콘의 무슨 폰트인가요?? [2] 2007.08.10
*^^* 자동감소?? auto_increment의 반대는요?ㅡㅡ;; [1] 2007.08.10
권정안 윈도우 운영체제에서 mysql과 php가 지원이 되려면 어떻게 해야 합니까? [1] 2007.08.10
오유경 아이프레임을 원하는 위치에 넣으려면... [2] 2007.08.10
iwith 지금 이 페이지 노 프레임인가여? [2] 2007.08.10
:토깽이:펑펑놀자. 극히 초보적인 질문 [2] 2007.08.10
^^*궁금이*^^ 아파치웹서버 서치및 설정방법좀 갈켜주세요...ㅜ.ㅜ [2] 2007.08.10
설경희 툴팁안에 iframe가 되나요? [2] 2007.08.10
Siny 자바스크립트 공부중인데 이거좀 바주세여.... [2] 2007.08.10
최진아 테이블 질문요  
최진아 전에 nzeo.com 디자인요..  
이훈재 [스킨제작] 게시물의 정렬 문제...꼭 답변 좀^^*  
:토깽이:펑펑놀자. 뭐가 잘못되었나요? [1] 2007.08.10
sisazz 한번 클릭해서 두 프레임에 영향을 끼치는.. [3] 2007.08.10
liebeu96 쿼리문(테이블 생성) [2] 2007.08.10
깔깔마녀 포토샵 7.0 에서는 어떤걸 해야하나요!? [2] 2007.08.10
무혼 [php]음..클릭할때 값을 넘겨서.. [1] 2007.08.10
이성희 [에러] checkbox 공부중... 에러나는데여..왜 그러는지.. [2] 2007.08.10
반죽왕 상식적인 서버 질문... [3] 2007.08.10