Hi
I develop and maintain isapi/cgi applications written in Delphi. Within this program, SQL's run on an Interbase Database to present the user with the required data.
I have come to a point where it is necessary for me to display a $rate for a machine dependant on the selection of either a machine (from a select) or a date (just entry or selected from a javascript date-picker). The entry page in question has 10 entry lines, each containing data for different dates and often different machines. These rates are held in a seperate table and change monthly and machine/machine.
This rate is required to be displayed without refreshing the page. Is it possible to pull records from an Interbase database within Javascript? Or perhaps call an action within the existing program which would do this?
I develop and maintain isapi/cgi applications written in Delphi. Within this program, SQL's run on an Interbase Database to present the user with the required data.
I have come to a point where it is necessary for me to display a $rate for a machine dependant on the selection of either a machine (from a select) or a date (just entry or selected from a javascript date-picker). The entry page in question has 10 entry lines, each containing data for different dates and often different machines. These rates are held in a seperate table and change monthly and machine/machine.
This rate is required to be displayed without refreshing the page. Is it possible to pull records from an Interbase database within Javascript? Or perhaps call an action within the existing program which would do this?