Can we call an ASP Sub from a VBScript Function?
Or can we use Server Level variables in VBScript function?
Here's what I am trying to do?
there's a onchange event on a text box.
When the data in the txt box changes, the txtbox value is passed as a parameter to a SQL statement.
The reultset values are used to fill other txt boxes.
How can this be done?
Any help highly appreciated.
Rosh
Or can we use Server Level variables in VBScript function?
Here's what I am trying to do?
there's a onchange event on a text box.
When the data in the txt box changes, the txtbox value is passed as a parameter to a SQL statement.
The reultset values are used to fill other txt boxes.
How can this be done?
Any help highly appreciated.
Rosh