?
Current Path : /home1/savoy/www/savoyglobal.net/drafthr/system/application/views/Accounting/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/savoyglobal.net/drafthr/system/application/views/Accounting/searchaccount.php |
<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ ?> <form id="customForm"> <fieldset><legend>Search Account</legend> <ul><li> <label>Account of:</label> <select style='width:160px;' name="payment_to" id="payment_to" onchange="load_account_page(this.value)" style="width:140px" > <option value="0" >Select</option> <option value="1" >Employee/Agent</option> <option value="2" >Insurance Company</option> <option value="3" >Customer</option> </select> <span id="payment_toInfo" class="red_bold">*</span> </li></ul></fieldset> <div id="searchpage"></div> </form>