I keep getting this error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Response.form'
For this code and I am not seeing the problem (the address field does show the custid value):
<%
Dim intCustID
intCustiD = response.form("custid"
If isempty(intCustID) Then
intCustID = Response.Querystring("Custid"
end if
What do you see that I don't???? Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Response.form'
For this code and I am not seeing the problem (the address field does show the custid value):
<%
Dim intCustID
intCustiD = response.form("custid"
If isempty(intCustID) Then
intCustID = Response.Querystring("Custid"
end if
What do you see that I don't???? Mary
Rule 1: Don't sweat the small stuff.
Rule 2: EVERYTHING is small stuff!! X-)