asp ?
asp ?
Out of context: Reply #5
- Started
- Last post
- 11 Responses
- unknown0
CX,
If isObject((request.form("p
rogram"))) Thenyour code...
End If
I don't know why you are using Response.Write in your IF statement..Response.Write is used to output your code vars, results and so on in the browser. The VBScript syntax for conditional statements is:
If 'something' Then
...code
End IfCheers.