chodu_ck New one

Joined: 10 Nov 2008 Posts: 1
|
Posted: Mon Nov 10, 2008 10:30 am Post subject: multiple filed update on autocomplete |
|
|
Hi,
-I am using apache2.2, php5.2.5 and oracle 10g ob unix platform.
-I am implementing Attendance system on the above configuration using PHP/AJAX/XML.
-I am having two tables 1) empl_atten having name,empno,schedule duty time,late_durn etc as columns and
2) empl_info empno,name,schedule_duty_time
- in the form I am having three text fields viz. empno,name,schedule duty time.
- when user starts typing in the empno text field it will start autosuggest with empno and name as pop-up. on selection/click it will update empno field with empno, name field with name and schedule duty time with schedule duty time in empl_info table.
- I am unable to implement three suggests from a single one.
Please help me. |
|