ho dimenticato di specificare che vorrei evienziare solo le righe che hanno un valore mel td maggiore di 10 e che appartengono alla colonna denominata "primo"Originariamente inviato da mansportivo
anzitutto grazie per la risposta
l'esempio fa al caso mio ma nel se una tabella è strutturata come quella sotto come posso fare?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table style="text-align: left; width: 100%;" border="1"
cellpadding="2" cellspacing="2">
<caption>prova</caption><tbody>
<thead>
<th>primo</th>
<th>secondo</th>
<th>terzo</th>
</thead>
<tr>
<td>1</td>
<td>a</td>
<td>1</td>
</tr>
<tr>
<td>2</td>
<td>b</td>
<td>325</td>
</tr>
<tr>
<td>4</td>
<td>c</td>
<td>2</td>
</tr>
<tr>
<td>9</td>
<td>d</td>
<td>5</td>
</tr>
<tr>
<td>15</td>
<td>e</td>
<td>910</td>
</tr>
<tr>
<td>18</td>
<td>f</td>
<td>36</td>
</tr>
<tr>
<td>22</td>
<td>g</td>
<td>12</td>
</tr>
<tr>
<td>35</td>
<td>h</td>
<td>123</td>
</tr>
<tr>
<td>26</td>
<td>i</td>
<td>33</td>
</tr>
<tr>
<td>5</td>
<td>l</td>
<td>25</td>
</tr>
<tr>
<td>6</td>
<td>m</td>
<td>68</td>
</tr>
<tr>
<td>11</td>
<td>n</td>
<td>65</td>
</tr>
</tbody>
</table>
</body>
</html>
ciao e grazie anticipatamente per l'interessamento

Rispondi quotando