Task 4110 Javascript problem with IE
This commit is contained in:
parent
b906d55270
commit
20652604f4
2 changed files with 57 additions and 31 deletions
|
|
@ -221,10 +221,10 @@ function InputType($p_label,$p_type,$p_name,$p_value,$p_viewonly=false,$p_list=n
|
|||
$p_list,
|
||||
$p_name);
|
||||
$l_sessid=$_REQUEST['PHPSESSID'];
|
||||
// $r.="<script> document.getElementById('$p_list').innerHTML=\" \";</script>";
|
||||
$r.=sprintf("<input type=\"button\" value=\"Tva\" onClick=\"ChangeTVA('%s','%s');
|
||||
ShowTva('%s','%s')\"></TD>",
|
||||
$p_list,$p_name,$l_sessid,$p_name);
|
||||
$r.=sprintf("<input type=\"button\" value=\"Tva\"
|
||||
onClick=\"
|
||||
ShowTva('%s','%s');\"></TD>",
|
||||
$l_sessid,$p_name);
|
||||
return $r;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue