S
sebastien
Hi,
What does this always jumps to another page when I try to asign text in the
input type text : titel
<form id="formie" name="formie" method="post" action="/staff/news/news.php">
<input type=hidden name="mijntabel" value="binnenland">
<table>
<tr>
<td class="menuitem">
ID:
</td>
<td>
<b class="id_titel"> </b>
</td>
</tr>
<tr>
<td class="menuitem">
Datum
</td>
<td class="klein">
<input type="hidden" name="datum2" value="2003-09-07 16:01:24">2003-09-07
16:01:24
</td>
</tr>
<tr>
<td class="menuitem">
Titel
</td>
<td>
<input type="Text" name="titel" size="80" value=""> <a
href="javascript:document.all.titel.value='Test PRIKBORD: WEEK 37 (08-14
September 2003) ' ">Prikbord</a>
</td>
</tr>
</table>
</form>
What does this always jumps to another page when I try to asign text in the
input type text : titel
<form id="formie" name="formie" method="post" action="/staff/news/news.php">
<input type=hidden name="mijntabel" value="binnenland">
<table>
<tr>
<td class="menuitem">
ID:
</td>
<td>
<b class="id_titel"> </b>
</td>
</tr>
<tr>
<td class="menuitem">
Datum
</td>
<td class="klein">
<input type="hidden" name="datum2" value="2003-09-07 16:01:24">2003-09-07
16:01:24
</td>
</tr>
<tr>
<td class="menuitem">
Titel
</td>
<td>
<input type="Text" name="titel" size="80" value=""> <a
href="javascript:document.all.titel.value='Test PRIKBORD: WEEK 37 (08-14
September 2003) ' ">Prikbord</a>
</td>
</tr>
</table>
</form>