bataraguru
Programmer
hi..
i'm doing my company inventory system.
i want to do one thing that i dont know how to do it..
let say in an add item page i have a form.
in that form have several input text box and one of them
is name 'Serial_CPU'. i want the system to check in the database if the 'Serial_CPU' entered by user exist or not in the database. i dont want to check the 'Serial_CPU' after the main form button (submit) pressed. i just want to check one particular input text box.
the step.
1. enter serial cpu
2. press button/link (beside the input text box) to check if the data exist or not.
3. pop-up new window that can show the serial is exist or not..
4. if serial exist, close pop-up window and entered new serial, if not exist just close the pop-up window and continue enter the remaining input text box.
plese help, im stuck here...
thanks..
i'm doing my company inventory system.
i want to do one thing that i dont know how to do it..
let say in an add item page i have a form.
in that form have several input text box and one of them
is name 'Serial_CPU'. i want the system to check in the database if the 'Serial_CPU' entered by user exist or not in the database. i dont want to check the 'Serial_CPU' after the main form button (submit) pressed. i just want to check one particular input text box.
the step.
1. enter serial cpu
2. press button/link (beside the input text box) to check if the data exist or not.
3. pop-up new window that can show the serial is exist or not..
4. if serial exist, close pop-up window and entered new serial, if not exist just close the pop-up window and continue enter the remaining input text box.
plese help, im stuck here...
thanks..