1 つの「保存」ボタンでこれら 2 つのアクションを実行することは可能ですか?
アクション 1:
<td>
<?php
$target = TRoute::_("index.php?option=com_adsmanager&task=save");
if ($this->nbcats == 1)
{
$this->displaySingleCatChooser(@$this->content->id,$this->conf,"com_adsmanager",$this->cats,$this->catid);
}
?>
</table>
アクション 2:
<input type="button" onclick="countDown(this.form)" value="SAVE"><p>
前もって感謝します。