All Tags »
ASP VBScript
Sorry, but there are no more tags available to filter with.
-
I have to do a validation in order to approve credit card application immediatly through web site by having a scoring system...
I would like to do this in classic asp.
Age Points
<20 -10
21-30 0
31-50 10
>50 20
At Current Address
<1Yr -5
1-3 Yr 5
4-8 Yr 12
>8Yr 20
like wise income, duration of being at same job.. will be consider ...
-
Hi,
I am having an issue with client side VBScript in classic ASP.
We have a classic ASP application which uses OCX controls and while passing them as arguments to subroutines present in include files (for ex. gridfunctions.vb), It gives 'Type Mismatch' error.
But when the subroutine is present in the same asp file, It works fine. Any ...