0
Well people, I would like to include a data and at the same time update the ajax that is next ...
In the code I inform the content and after selecting the new button I include 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 as I don’t have much notion of how to do the inclusão
and at the same time update the AJAX
, I came to ask for support from you. Some hint?
Does this solve your problem? http://jsfiddle.net/dieegov/WUXe6/1/
– Diego Vieira
Help a little! Thanks for the tip!
– Felipe
Do you use any framework? And in what language is being developed?
– Dante
After inclusion, it updates the peripheral by calling an iframe with other data! And is being developed in html / php
– Felipe