ChauChiBai
Programmer
What is the relationship between ASP and VBScript?
For example, If I want to call a sub/function to , say , create a text file containing a recordset , by pressing a button it seems that I am restricted to using a VBScript ButtonName_OnClick subroutine.
I cant use an ASP OnClick subroutine, it is totally ignored. Does that meand that ASP can't use event trapping?
The problem is that VBScript does not include the commands needed to handle database data, and you can't embed ASP commands in a VBScript routine. SO I have to create a new page and pass parameters to it in order to create the file. This seems very inefficient and increases the number of pages required to create a web site.
Any advice would be greatly appreciated.
Regards
JohnR
For example, If I want to call a sub/function to , say , create a text file containing a recordset , by pressing a button it seems that I am restricted to using a VBScript ButtonName_OnClick subroutine.
I cant use an ASP OnClick subroutine, it is totally ignored. Does that meand that ASP can't use event trapping?
The problem is that VBScript does not include the commands needed to handle database data, and you can't embed ASP commands in a VBScript routine. SO I have to create a new page and pass parameters to it in order to create the file. This seems very inefficient and increases the number of pages required to create a web site.
Any advice would be greatly appreciated.
Regards
JohnR