Operation details in HTML :

==================
Test in IE Completely operational
This commit is contained in:
Dany De Bontridder 2010-07-02 21:50:52 +00:00
parent f5e8b76b4d
commit d9d721cd54
3 changed files with 31 additions and 14 deletions

View file

@ -7,5 +7,5 @@
$str='?'.dossier::get()."&div=$div&act=file&jr_id=$jr_id";
?>
<div class="noprint">
<iframe frameborder=0 scrolling="no" style="border:0;width:248;height:21;overflow:hidden" src="<? echo 'ajax_ledger.php'.$str; ?>"> </iframe>
<iframe frameborder=0 scrolling="no" style="border:0;width:248;height:22;overflow:hidden" src="<? echo 'ajax_ledger.php'.$str; ?>"> </iframe>
</div>