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...