Mam pytanie jak zrobić przycisk,który doda tabelę
Mój kod
<table class="tabelka" summary="plan">
<caption>
<strong>treść</strong>
</caption>
<tr>
<th scope="col">Godziny</th>
<th scope="col">Poniedziałek</th>
<th scope="col">Wtorek</th>
<th scope="col">Środa</th>
<th scope="col">Czwartek</th>
<th scope="col">Piątek</th>
</tr>
<tr>
<th scope="row"><input type="text" value=""></th>
<td><input type="text" value=""></td>
<td><input type="text" value=""></td>
<td><input type="text" value=""></td>
<td><input type="text" value=""></td>
<td><input type="text" value=""></td>
</tr>
[/codebox]
To ma generować przycisk:
[spoiler] <th scope="row"><input type="text" value=""></th>
<td><input type="text" value=""></td>
<td><input type="text" value=""></td>
<td><input type="text" value=""></td>
<td><input type="text" value=""></td>
<td><input type="text" value=""></td>
</tr>
<input type="submit">Nie wiem co dalej