Re,
j'ai pas très bien compris ta dernière question ou ton problème:
Peut être existe t'il un autre évenement que le onchange qui forcerait l'actualisation ou doit t'on jouer du cfloop ?Autres points :
- tu ne peux pas imbriqué les forms !
- Retirer le ? de action="resultat.cfm?"
- nom et id du FORM <> form
<table width="863" border="1">
<tr>
<td width="145">
<cfform name="myform" id="myform" method="post" action="">
<cfinput type="text" name="saisie" id="saisie" onChange="document.forms[0].submit()">
</cfform>
</td>
<td width="702">
<table width="701" border="1">
<tr>
<td>Nom</td>
<td>Téléphone</td>
<td>Portable</td>
<td>Site</td>
</tr>
<cfform action="resultat.cfm" method="post" name="resultat" target="_self" onsubmit="pageLoad_onsubmit()">
<cfoutput query="ListeDetFR" startRow="#StartRow_ListeDetFR#" maxRows="#MaxRows_ListeDetFR#">
<tr>
<td>#ListeDetFR.Nom#</td>
<td>#ListeDetFR.Téléphone#</td>
<td>#ListeDetFR.Portable#</td>
<td>#ListeDetFR.Site#</td>
</tr>
</cfoutput>
</cfform>
</table></td>
</tr>
</table>
Nickadele
----------------------------------------------
non, ma belle ne s'appel pas Adèle
Mon Blog