我不知道为什么这一<代码>onChange活动没有奏效。 也许我这样说,我可以看一看我的错误。 我感谢您的帮助:
<td class="cellInput">
<?php
$options = array( 200 => 200 , 500 => 500 , 1000 => 1000 , 2000 => 2000 , 5000 => 5000 , Outro => Outro );
$attributes = array( legend => false);
echo $form->select( capacidade , $options, array(
class => ,
label => ,
default => 200 ,
onchange => "javascript:checkForOther(this);",
));
?>
</td>