<script language="JavaScript">
function gotoURL1()
{
form0.action="transactionLogDetail.php";
window.form0.submit();
return true;
}
function gotoURL2()
{
form0.action="report_transaction.php";
window.form0.submit();
return true;
}
</script>
<form name="form0" method="post">
<input name="Details" type="button" class="button" onClick="gotoURL1()" value="Details">
<input name="Summary" type="button" class="button" onClick="gotoURL2()" value="Summary">
</form>
1866

被折叠的 条评论
为什么被折叠?



