묻고답하기

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

일단 회사는 익스플로러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차메뉴 클릭시 바로 관리자에게 쪽지를...  
미눙 도큐멘트 SRL 값에 대해서 답변 부탁드립니다  
silvergray630 동영상/이미지 썸네일  
밀로그 전체 회원수, 오늘가입회원수 어떻게 삽입하나요? [1] 2009.04.13 by -
loyalcs xe로 게시판만 설치가능한지... [1] 2009.04.13 by -
아방카 파일자체에서 관리자에 대한 부분 수정은 어딜 해야 하나요?  
안구건조 블로그의 분류(카테고리) 기능관련  
물레방아 xe에서 신청서폼 만드는법좀 알려주세요. [4] 2009.04.13 by 물레방아
새우꽝 음악감상 가능한가요? [2] 2009.04.13 by 새우꽝
백천 제 홈페이지 xe 계시판갤러리이용하면서 애러가 납니다.(http://bcsw108.org/xe/awd) [3] 2009.04.13 by 유팔복
woon xe_official 레이아웃에서 회원 가입메뉴 링크 오류 도와주세요 [3] 2009.04.13 by 유팔복
양규열881 최근이미지 위젯 삽입이 잘 안되욤 ㅠ.ㅠ  
NukeliaS 오픈아이디로 로그인이 안 되네요.  
나그네 사용권한이 없다고 나옵니다.  
칼캡트 레이아웃에서 플래시 삽입 시에 여백이 생기는 문제... [1] 2009.04.13 by 유팔복
리스카 제로보드4 시리즈를 쓰고있습니다만.. [1] 2009.04.13 by 넨네
woon 유팔복님 감사합니다. 한가지만 더 문의 하겠습니다.ㅠㅠ [1] 2009.04.13 by 유팔복
SeeReal 기본 로그인 창의 신비로운 현상 [3] file 2009.04.13 by -
보스매니아 게시물 이동 관련 질문....  
궁금 htm 페이지를 만들어서 정회원만 보게 할려고 합니다만.. [3] 2009.04.13 by 넨네