1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<%= include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %> <FORM ACTION="report_receivables.cgi" METHOD="GET"> <TABLE> <%= include( '/elements/tr-select-agent.html' ) %> </TABLE> <BR><INPUT TYPE="submit" VALUE="Get Report"> </FORM> </BODY> </HTML>