drzeus
11-24-2003, 12:45 AM
Guys, I'm a newbie to javascript, I have a select box. When a choice is made, I need a script to run to do a query and then to display the results.
I know I need to write an onclick function, which must run this query: say: select initials
from table
where patientnumber = the selected patient number in the select box.
Then I need it to return the initials to be displayed on my page.
Can anybody help? I really don't have a clue as to where to start.
I know I need to write an onclick function, which must run this query: say: select initials
from table
where patientnumber = the selected patient number in the select box.
Then I need it to return the initials to be displayed on my page.
Can anybody help? I really don't have a clue as to where to start.