Well folks, I would like to add a data and at the same time update the ajax that is next to ...
In the code I inform the content and after selecting the new button I add the content and update the peripheral with AJAX
.
<form name="sai_frm_alte_excl_mode">
<body>
<table border="0" width="100%">
<tr>
<td colspan="3" bgcolor="Silver" align="center">
<b><font face="arial" color="blue" size="2">Outros Periféricos</font>
</td>
</tr>
</table><br>
<table border="0" width="100%">
<tr>
<td align="right" width="25%">
<font face=arial color="blue" size=2>Descrição :</font>
</td>
<td width="70%" align="left" colspan="3">
<input type="text" align="left" size="40" maxlength="45" value="">
</td>
<td width="40%" align="center">
<button type="submit" style="width:65"><image src="../sai_imag/novo-reg.ico" ></button>
</td>
</tr>
<tr>
<td align=right width=10% >
<font face=arial color=blue size=2>Periférico :</font>
</td>
<td id="td_fk_seq_mode" colspan="3">
<select name="nm_cb_fk_seq_mode" id="id_cb_fk_seq_mode" style="font-size:13; color:#FF7F00;" width="250">
<option id="opc_fk_seq_mode" value="0"> ==>Selecione o Periférico<==
</option>
</select>
</td>
</tr>
But since I do not have much sense of how to do inclusão
and at the same time update AJAX
, I came to ask you for support .. Any tips?