On a related note, Apache::ASP doesn't actually check the request method.
This can cause a nasty problem.
I wrote an ASP page that returned an excel table based on POST parameters.
Internet Explorer will then send several different URL requests to the
server including the same ASP URL but with th
After using Apache::ASP for a few months, I've just started to see the
following error. It repeats on multiple pages but usually goes away after a
few minutes.
Errors Output
$Request->Params object does not exist, enable with 'PerlSetVar
RequestParams 1' at
/nfs/linux/pkg/perl/build-1/li
Dan, I'm not sure what the question is exactly. Some javascript is required
in the browser if you want some action to happen by *simply* selecting an
item. That is, you need minimally the onChange event for the SELECT tag.
Without that, you would have to have a two step process: display the firs
I must admit that there's nothing that's really "it" in CPAN. A few months
ago I spent a lot of time looking through the modules that Joshua described
and never found what I wanted. I didn't know about phpLens until now, but
it looks sweet. Instead, I've been writing some Apache::ASP tags that,
The HTML 2.0 spec discusses quoting attribute values in section 3.2.4 (this
thanks to a google search of www.w3.org):
The value of the attribute may be either:
* A string literal, delimited by single quotes or double
quotes and not containing any occurrences of the delimiting
First, I just want to say that I am very very impressed with Apache::ASP. I
just want to gush with praise after looking at many other implementations of
perl embedded code and being very underwhelmed. This is so damn slick and
clean. Kudos!
Now for my question: I'd like Apache::ASP (version 2.