묻고답하기

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

일단 회사는 익스플로러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 남기남
슬픈동화 비회원 "글쓴이" 금지 이름 등록? 아니면 회원과 구분? [1] 2009.02.06 by 비나무
한승연♡ 홈페이지에 배경음악을 넣는방법은??? [1] 2009.02.06 by 비나무
박정화125 파일첨부가 되지 않읍니다 [2] file 2009.02.06 by 박정화125
◀CGlink▶ 댓글있는 게시물 원래 삭제 가능했었나요? [3] 2009.02.06 by ◀CGlink▶
똥풀 최근 게시물 추룰 [1] 2009.02.06 by 비나무
랄랄라125 로그인 사용자 출력 위젯이 이상하게 표시되요!! [2] file 2009.02.06 by -
daewoo 첨부파일 관리에서 목록이 나오질 않네요 [1] 2009.02.06 by 비나무
제로맨33 플래시 10문제를 1.0.3버젼에서 해결할 수 있나요? [1] 2009.02.06 by 비나무
hammers 게시판 내용의 사진이 나왔다 안나왔다를 반복. [2] 2009.02.06 by hammers
WalLboYs 최근글 스킨 적용이 안되네요 [2] file 2009.02.06 by WalLboYs
김한수388 재질문....위젯 스킨 적용이 안되네요... [1] file 2009.02.06 by 백성찬
제로 레이아웃,스킨,템플릿 차이가 뭔가요 [2] file 2009.02.06 by 제로
[동물농장] xe에 사용되는게 smart editor 죠 ?  
미션 임포서블 회원정보보기를 수정하려고 합니다. [4] file 2009.02.06 by 미션 임포서블
김영범991 apache2.2 php5.2.8 에다가 제로보드XE 설치했습니다. It works! 라고 나오네요.. [4] file 2009.02.06 by 김영범991
휀라이언트 xe 초보자인데요..상위메뉴바에 대해서 좀 알려주세요.. [6] file 2009.02.06 by 만쓰별(정만)
구구다스 레이아웃의 로고를 *.swf로 사용하는 방법? [4] 2009.02.06 by 프랜드
ccau 회원가입폼에서 사진등록은 할 수 없나요? [2] file 2009.02.06 by ccau
오리74 메뉴 문의드립니다.이거때문에 더이상 진행이 안되서...도와주세요. [2] 2009.02.06 by 오리74
김철 이미지 복사시 내서버에 저장되게 어떻게 하나요? [1] 2009.02.06 by 비나무
앙태 관리자 > 메뉴가 깨집니다 [4] file 2009.02.06 by 비나무
xp xp에서 동시 접속자수? [1] 2009.02.06 by 비나무
프랜드 플래쉬 로고 링크걸기 [2] 2009.02.06 by 프랜드
미션 임포서블 위젯의 최근 문서 출력이 없어졌어요!? [3] file 2009.02.06 by 미션 임포서블
궁금이 포인트랭킹 file  
김준영131 1.1.4 버전 어디서 받는거에요? [1] 2009.02.06 by 백성찬
짱0유 따라했는데... [5] 2009.02.06 by 짱0유
김준영131 사진에 사각형으로 링크를 걸어놨는데.. [1] 2009.02.06 by 비나무
syj 용량에 대한 질문 입니다. [1] 2009.02.06 by 비나무
데미안k 호스팅 이전은 잘 했는데 로그인이 안되는군요 [1] 2009.02.06 by 우리아기