A
|
ann 10/22/2010 |
Hi, if ((ctrlANSWER.getValue()=="yes") && (ctrlANSWER2.getvalue()=="yes"))
{BEGIN Code_fieldblock} <tr id=code><td class=shade width=150> {BEGIN Code_label}{$label userstable Code}{END Code_label} </td><td width=250> {$Code_editcontrol} </td></tr> {END Code_fieldblock} |
P
|
piobote 10/23/2010 |
Hi, you've missed one equal operation. Here is the correct line: if ((ctrlANSWER.getValue()=="yes") && (ctrlANSWER2.getvalue()=="yes"))
|
M
|
macskafogo author 10/23/2010 |
I corrected the error but still does not work. |
![]() |
Sergey Kornilov admin 10/23/2010 |
Mister Bob, |