I need some help on:
how I can query database form client side and return some values to client side add page
I have one text field , and on I enter name values if i event is KeyUp , I want to get the balance amount from the table account and display it on popup as a text
i have try to use this code , but it does not work
Yes , thank you for help,
it was the id selectorI have one more question
now this div is displayed on the add page at the bottom , if I want to to display this div on overly on the page
is there any hint please how I could do it, just to inform about this value by small window and then i can close it
Ok, thanks for help
I try to use ew.alert()
but I could not display the balance value in alert ,or exactly i don’t know where i should to put this could
i have three part
1-custm template add where i have the
which I display the value now on which is working when I
2-other codes is client side scripts
3-other code in php file , all those parts code are submitted here in pervious
so could please look throw the codes I have sent and see how i can display the $bal variable which is in php file