?
Current Path : /home1/savoy/public_html/savoyglobal.net/sibs_draft/system/application/views/Sales/ |
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/public_html/savoyglobal.net/sibs_draft/system/application/views/Sales/searchstaff.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <form id="customForm"> <fieldset><legend>Search Employee</legend> <ul><li> <label>Search For</label><input type="text" name="searchtext" id="searchtext"> In <select name="searchopt" id="searchopt"> <option value="name" >Employee Name</option> <option value="employeeid">Employee No</option> <option value="designation" >Designation</option> <option value="departmentname" >Department</option> </select> </li> </ul> <button type="button" id="submit" class="clickimage" onclick="searchStaff(document.getElementById('searchtext').value,document.getElementById('searchopt').value,'1');">Search</button> </fieldset> </form> <div id="stafflist"> </div>