Hi All,
I would like get data from table, but when view HTML code of this page,
I don't found the id of this table.


<html>

<head>
<meta http-equiv="Content-Language" content="ja">
<meta http-equiv="Content-Type" content="text/html;">
<link rel="stylesheet" type="text/css" href="../style.css">
<script language="JavaScript"
src="../templates/English/common/function.js"></script>
</head>

<body class="rbody">

<table border="1" cellspacing="0" cellpadding="2">
  <col width="110"> <!-- Date time -->
  <col width="90"><!-- Equipment Code-->
  
  <col width="64"><!-- Alarm ON/OFF-->
  <col width="80"><!-- AlarmType-->
  <col width="150"><!-- AlarmID-->
  <col width="500"> <!-- AlarmText -->
  <tr align="center"> 
    <td class="thead">Date Time</td>
    <td class="thead">Equipment Code</td>
    
    <td class="thead">Alarm ON/OFF</td>
    <td class="thead">Alarm Type</td>
    <td class="thead">ALID</td>
    <td class="thead">Alarm Text</td>
  </tr>
......

Thank you for help.




_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to