Malcolm J Harwood wrote:
On Sunday 03 July 2005 08:14 pm, Thomas Hilbig wrote:
The actual CGI script uses the standard Lincoln Stein
library under MP2, and not yet taking advantage of MP2
code (requestor). Rewriting to pure MP2 is a task for
this summer, once I can find a good MP2 book that
s
On Sunday 03 July 2005 08:14 pm, Thomas Hilbig wrote:
> The actual CGI script uses the standard Lincoln Stein
> library under MP2, and not yet taking advantage of MP2
> code (requestor). Rewriting to pure MP2 is a task for
> this summer, once I can find a good MP2 book that
> skips the whole MP1-
--- Fred Moyer <[EMAIL PROTECTED]> wrote:
> If you post a code snippet that might give us some
insight into what the problem is.
>
CGI Code snippet is below.
While my goal was to include the header(),
$q->start_html( -title=>'Scroll Test',
-script=>{-code=>$ja
--- "Philip M. Gollucci" <[EMAIL PROTECTED]> wrote:
> Did you update the CGI.pm version on your system?
>
> You need CGI.pm 3.10 to work with mp2.0.0.
>
> If you are using CGI.pm 3.10 what version were you
> using before? Doing a
> diff might be helpful... Things have changed but
> enough that
Thomas Hilbig wrote:
Since updating to mp2.0.0 and httpd 2.0.54, my CGI
scripts no longer include the heading at the top:
This is causing grief to some browsers (IE6 and
Firefox) in that some of the CSS layout properties
aren't working (document.body.scrollTop is always 0).
I'm not sure i
--- Fred Moyer <[EMAIL PROTECTED]> wrote:
> Are you setting $r->content_type('text/xml')? If
> you post a code
> snippet that might give us some insight into what
> the problem is.
>
The actual CGI script uses the standard Lincoln Stein
library under MP2, and not yet taking advantage of MP2
cod
Thomas Hilbig wrote:
> Since updating to mp2.0.0 and httpd 2.0.54, my CGI
> scripts no longer include the heading at the top:
>
This is something usually added by my PerlResponseHandler. If I'm using
XML::LibXML to generate the response, the document type declaration is
added automatically.
Ar
Since updating to mp2.0.0 and httpd 2.0.54, my CGI
scripts no longer include the heading at the top:
This is causing grief to some browsers (IE6 and
Firefox) in that some of the CSS layout properties
aren't working (document.body.scrollTop is always 0).
I'm not sure if there is an httpd, mp2