Re: Hi. I'm new and I have a few questions.

2003-02-09 Thread Josh Chamas
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:

Re: Hi. I'm new and I have a few questions.

2003-02-09 Thread Tim Pushor
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