"Richard Heintze" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Both Microsoft (with ASP.NET) and Apache (with stuts
> and java custom tag library) have recognized the
> perils of embedding UI code (browser code like HTML
> and Javascript) inside backend/database code (SQL,
> perl
On Thu, 19 Jun 2003 14:05:34 +0800, [EMAIL PROTECTED] (Eugene
Geldenhuys) wrote:
>Hi
>
>Okay, I read the words, but I'm not sure that I fully understand the solution -
>correct me if I'm
>wrong:
>
>I configure apache with virtual hosts, this in the httpd.conf:
>NameVirtualHost 192.168.0.3:80
>Na
Michael,
Try the URL encoding %23
cgi?filename=lame%2319.gpr
This might work, or it might suck. Try it though.
Kristofer
--- "michael watson (IAH-C)" <[EMAIL PROTECTED]> wrote:
> Hi guys
>
> Hope someone can help.
>
> My file is called lame#19.gpr
>
> I am trying to send this to my
Hi guys
Hope someone can help.
My file is called lame#19.gpr
I am trying to send this to my cgi script, so my url looks like:
cgi?filename=lame#19.gpr
But of course "#" is a special character for a URL, so my filename parameter gets cut
short to lame
Does anyone know of a nice, elega
On Wed, 18 Jun 2003 at 20:09, Richard Heintze opined:
RH:Both Microsoft (with ASP.NET) and Apache (with stuts
RH:and java custom tag library) have recognized the
RH:perils of embedding UI code (browser code like HTML
RH:and Javascript) inside backend/database code (SQL,
RH:perl, Java, C# etc...)