我不知道爲什麼這onChange
事件不起作用。也許我已經習慣了代碼,我看不出我的錯誤。我會感激你的幫助:CakePHP 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>
你應該嘗試並接受回答您以前的問題。 – abhinav