Displaying 1 result from an estimated 1 matches for "updatetissueandtreatment".
2006 Mar 01
9
ajax doesn''t show at the right place
...wly created rhtml doesn''t replace my
old zone, it shows instead on top of my old
zone...Does someone know why???
my code is like
<table>
<tr><td colspan="2"><a href="#" onclick="new
Ajax.Updater(''zone1'',
''/atlasmain/updateTissueAndTreatment'',
{asynchronous:true, evalScripts:true}); return
false;">Reset All</a></td></tr>
<tr>
<div id="zone1">
<td>titi</td>
<td>tata</td>
</div>
</tr>
</table>
Thanks you very much
Saiho
____________...