묻고답하기

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

일단 회사는 익스플로러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 남기남
이영호326 모바일 파일첨부 [1] 2011.06.14 by 송동우
레몬아 댓글등록시 포인트지급..  
999 학생들이 제일 싫어하는 피자는? [1] 2011.06.14 by 송동우
999 세상에서 가장 야한 음식재료는? [1] 2011.06.14 by k02092000
999 달걀이 축구를 잘하면? [1] 2011.06.14 by k02092000
999 세상에서 가장 무서운 전화는? [1] 2011.06.14 by 송동우
999 세상에서 가장 뜨거운 과일은? [1] 2011.06.14 by 송동우
999 어린이가 제일 좋아하는 기름은?? [2] 2011.06.14 by 송동우
러브스킬 게시글을 조회한 IP 주소를 알수 있는 방법  
박철평 다국어페이지에서 언어선택시 각각 다른 페이지로 링크가 되게 할 수 있나요?  
금정이1 링크  
Milano 외국 서버인데 XE 설치가 가능한지 문의 드려봅니다.  
(함은정) 게시물수 어떻게 구하나요? [5] 2011.06.14 by 송동우
송이야 로그인시 에러 어떻게 해야 하나요?  
안빈군 인증메일 내용이 없습니다 [1] 2011.06.14 by 안빈군
딸꾹질 분류 선택시 나오는 게시물 숫자 [1] 2011.06.14 by 송동우
범스~ 웹브라우저 제목 이미지 삽입 [1] 2011.06.13 by 날개!
wkwkw 데이터이전~!!!  
어깨킬러 리눅스에서 제로보드 설정문제 입니다.  
전혜영415 아이프레임 안에 게시판 목록만 보이게 하는 법 좀 알려 주세요~ [1] 2011.06.13 by 송동우
지병주191 온라인 교육 시스템  
사도세자 홈페이지 처음화면이 아무것도 안보입니다... [3] 2011.06.13 by 송동우
KeunHyeok 안녕하세요. 신성서식 계시판 제작 질문 드립니다. [1] 2011.06.13 by 송동우
푸른홈 cache파일만 지웠는데 다시 설치화면으로 가는건 왜그런거죠? [1] 2011.06.13 by 송동우
이종민726 레이아웃 스킨 설치하고...... [2] 2011.06.13 by 송동우
Winty 제로보드4에서 제로보드xe 마이그레이션 문제 방법이 없나요? ㅜㅜ [3] 2011.06.13 by Winty
레이머스 익스와 크롬에서 다르게 보이는 현상 [1] file 2011.06.13 by cycix
막샷달인 XE는 계정 이전이 애매합니다. [5] 2011.06.13 by cycix
기적소리 읽는 사람의 회원레벨에 따라 글쓴이 정보 공개를 다르게 [1] 2011.06.13 by cycix
공대인 게시판에 목록에 할당되는 URL 번호 [1] 2011.06.13 by 앙띠2