98vr6 wrote:
Anyway...here's what I started with.
<%
If Request("CAR") = "" Then
sCar = ""
Else
sCar = Request("CAR")
End If
%>
So, I tried this
<%
If $Request->QueryString($car) = "" Then
$sCar = ""
Else
$sCar = $Request->QueryString($car)
End If
%>
This will end up looking like:
Steve,
I hate to say it, but you didn't look very hard in the archive. This
question is asked repeatedly over and over ..
ASP is an language agnostic object model. Apache::ASP uses mod_perl, and
so far will not handle using vbscript. The ASP's must be written in perl.
I believe there are comme