RE: Methods other than GET and POST

2002-04-30 Thread Kulp, David
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

Disappearing $Request!

2002-04-22 Thread Kulp, David
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

RE: Making One Selection List Dictate Another's Contents

2002-04-12 Thread Kulp, David
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

RE: OT: (slightly) RAD RDBMS tools for perl/Apache::ASP

2002-03-21 Thread Kulp, David
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,

RE: [OT] using single quotes in HTML

2002-02-24 Thread Kulp, David
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

XMLSubsMatch multiple namespaces

2002-01-23 Thread Kulp, David
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.