묻고답하기

회사용 자료를 올리려고 외부 페이지를 작성 했습니다

일단 회사는 익스플로러8 또는 9가 대세인지라 모르고 지내다가

이번에 크롬으로 우연히 보니

테이블이 다 깨져 버리네요

이거 어디가 문제 일까요?

<?  //데이터 베이스 연결하기
include "msdb.php";

 
$query = "SELECT * ";
$query .= "FROM dbo.Alarm_Log ";
$query .= "Where  EventStamp > '2011-06-01' ";
$query .= "ORDER BY EventStamp DESC, FAB";

slt_db(10);
$result = GetMSDB($query);
?>

 

<--행 숨기기-->
<script type="text/javascript">
function displayRow(){ 
var row = document.getElementById("captionRow"); 
if (row.style.display == '')  row.style.display = 'none'; 
else row.style.display = '';}
</script>

 


<style>
td { font-size : 9pt; }
A:link { font : 9pt; color : black; text-decoration : none;
font-family: 굴림; font-size : 9pt; }
A:visited { text-decoration : none; color : black;
font-size : 9pt; }
A:hover { text-decoration : underline; color : black;
font-size : 9pt;}
</style>


<body topmargin=30px leftmargin=0 text=#464646>

<center>


<table width=900 border=0 cellpadding=2 cellspacing=1 bgcolor=#777777  >
<!-- 리스트 타이틀 부분 -->


<tr id="tableID" style="display:block" height=20px bgcolor=#999999>
 <td width=50px align=center>
  <font color=white>FAB</font>
 </td>
 <td width=130px align=center>
  <font color=white>발생시간</font>
 </td>
 <td width=70px align=center>
  <font color=white>Code</font>
 </td>
 <td width=70px align=center>
  <font color=white>Gas</font>
 </td>
 <td width=200px align=center>
  <font color=white>Alarm 명</font>
 </td>
    <td width=320px align=center>
  <font color=white>처리내용</font>
 </td>
     <td width=100px align=center>
  <font color=white>작업자</font>
 </td>
</tr>
<!-- 리스트 타이틀 끝 -->

<?

 while($row=Mssql_fetch_array($result))
 {
   
?>
<!-- 행 시작 -->
<tbody height=20 bgcolor=white >
<tr  onclick="Javascript:tableView()">
 <!--FAB -->
 <td align=center>
  <?=$row[FAB]?>
 </td>
 <!-- 발생시간 -->
 <td align=center>
  <?=Kr2utf($row[EventStamp])?>
 </td>   
 <!-- Code -->
 <td align=center>
  <?=$row[CC_CODE]?>
 </td>
    <!-- Gas-->
   <td align=center>
  <?=$row[CC_NAME]?>
 </td>
        <!-- Alarm 명-->
  <td align=left style="margin: 0 3px">
  <?=Kr2utf($row[Description],kr)?>
 </td>
       <!-- 처리내용-->
    <td align=left style="margin: 0 3px">
  <?=Kr2utf($row[Action])?>
 </td>
            <!-- 작업자-->
  <td>
  <?=$row[Type]?>
 </td>
 </tr>
 </tbody>
    <tr> <!-- style="display:none">-->
    <td bgcolor=white align=left colSpan=7 id =<?=$row[Key_num]?>  >
   
    <form method=post action=update.php?Key_num=<?=$row[Key_num]?>' enctype='multipart/form-data'>
    <textarea autocomplete=off style="width:740px;height:50px;margin:5px 5px 5px 50px" name="act"><?=Kr2utf($row[Action])?> </textarea>
    <input type="submit" value="입력" style="font:small-caption;height:48px; margin: 10px 14px; cursor:hand; width:55px;">

    </form>       
        </td>
</tr>
<!-- 조회수 끝 -->
<!-- 행 끝 -->
<?
 } // end While

?>

</table>
</center>

cr.JPG   
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
티파니…♡ 레이아웃 로고부분에 관해 질문요~ [5] 2009.02.07 by 티파니…♡
miso777 이미지 버튼 등록하면 맞지가 않아요 [35] file 2009.02.07 by miso777
우유가짱 외부링크 차단 작동하나요..? [4] 2009.02.07 by 궁금이2
듀리짱 질문입니다. 아시는 분 부탁드립니다. [2] file 2009.02.07 by 만쓰별(정만)
박귀붕 자동게시글 및 자동댓글 방지 [3] 2009.02.07 by 만쓰별(정만)
박귀붕 제로보드 공지사항 처럼 구현하려면... [2] 2009.02.07 by 만쓰별(정만)
주사위내기 rss를 회원들만 구독할 수 있게 하는방법은 없나요? [2] 2009.02.07 by 주사위내기
샤이니 최신게시물 CSS 고치는거 좀 도와주세요 ㅜㅜ  
불콩 이 최근글 위젯은 어디에 있나요 자료실에 아무리 찾아봐도 없네요 [3] file 2009.02.07 by earthhero.me
gtobe 홈페이지 첫페이지 설정하기. [4] file 2009.02.07 by 백성찬
마르77 도메인 연결 및 백업관련 질문드립니다. [4] 2009.02.07 by 마르77
세라프메이트 제로보드XE에 KISC가 배포중인 캐슬(Castle) 적용하는 방법 질문드립니다. [2] [1] 2009.02.07 by 네오달봉
김준영131 권한 설정 문제.. [2] 2009.02.06 by 준영
monul 페이지 수정할때 위젯 에 수정버튼같은거 [3] 2009.02.06 by kimddae
뮤랑이 메뉴 코드 예제 부탁드려도 될까요? [2] 2009.02.06 by 만쓰별(정만)
kimddae 위젯의 수정, 복사, 삭제, 크기조절 버튼이 사라졌어요 ㅜ 도와주세요 [4] 2009.02.06 by kimddae
73봄봄 초보질문_제로보드사용에 관하여... [2] 2009.02.06 by 만쓰별(정만)
신 혜수 외부 페이지연동에서 value값이 한글이깨져나옵니다 [1] 2009.02.06 by 만쓰별(정만)
SeverFree 아이프레임 설정시 스크롤바 관련  
HaMel 이런 메세지가 계속 연속적으로 뜨면서 접속이 되질 안네요..ㅜ [1] 2009.02.06 by NZ448
NZ448 게시물 이동 권한에 대해서....  
청어 파일첨부가 안됩니다 ~! [1] 2009.02.06 by 청어
earthhero.me 마이그레이션 import 가 안됩니다.  
쿠쿠813 게시판 본문 밑에 나오는 글 목록을 없애고 싶습니다. [9] file 2009.02.06 by aa
박세홍659 너무 많은 재시도 라고 나옵니다  
데미안k 호스팅 이전은 잘 했는데 로그인이 안되는군요 [1] 2009.02.06 by 우리아기
syj 용량에 대한 질문 입니다. [1] 2009.02.06 by 비나무
김준영131 사진에 사각형으로 링크를 걸어놨는데.. [1] 2009.02.06 by 비나무
짱0유 따라했는데... [5] 2009.02.06 by 짱0유
김준영131 1.1.4 버전 어디서 받는거에요? [1] 2009.02.06 by 백성찬