Task 4110 Javascript problem with IE
This commit is contained in:
parent
20652604f4
commit
f4c7eb75ec
3 changed files with 2 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ function get_list_fiche($p_cn,$get,$p_jrn)
|
|||
return $list_fiche;
|
||||
}
|
||||
?>
|
||||
<script>
|
||||
<script language="javascript">
|
||||
function SetData (name_ctl,value,value_2,value_3,value_4,value_5,value_6) {
|
||||
self.opener.SetData(name_ctl,value,value_2,value_3,value_4,value_5,value_6);
|
||||
window.close();
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ if ( ! isset ( $_SESSION['g_dossier'] ) ) {
|
|||
?>
|
||||
<script>
|
||||
function GetIt(ctl,tva_id) {
|
||||
self.opener.SetIt(ctl,tva_id)
|
||||
self.opener.SetValue(ctl,tva_id)
|
||||
window.close();
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ html_page_start($_SESSION['use_theme']);
|
|||
|
||||
if ( ! isset ( $_SESSION['g_dossier'] ) ) {
|
||||
echo "You must choose a Dossier ";
|
||||
phpinfo();
|
||||
exit -2;
|
||||
}
|
||||
include_once ("postgres.php");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue