Task 4110 Javascript problem with IE

This commit is contained in:
sparkyx 2005-05-06 19:50:23 +00:00
parent 20652604f4
commit f4c7eb75ec
3 changed files with 2 additions and 3 deletions

View file

@ -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();

View file

@ -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>

View file

@ -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");