Jump to content

how can i get the height value of a table calculate with certain number


Lisa23

Recommended Posts

Hi i have this table that retrieves data from the database (images) now i was wondering if is possible to get the height of the images multiply with the number of data that comes from the database and give the value into the ajax div example

<table>

  <tr>

    <td height='90'> pick up this height value

    </td>

  </tr>

</table>

  height * number of row from the database = $result

number row from database * 90 =$result

add the result value into the ajax div height

<div id="ajaxDiv" style="height:$result.px"> </div>

 

or get the number of row retrieve from the database calculate * 90

and give the value to the

<div id="ajaxDiv" style="height:$result.px"> </div>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.