Ask a Question related to PERL Modules, Design and Development.
-
FrankB #1
CGI.pm annoying xhtml rendering
Hello,
when creating a form with CGI.pm, no matter if it is
use CGI;
$q = new CGI qw /:all -debug/;
print header and start the html etc..
print $q->start_form; OR
print $q->start_multipart_form();
print $q->textfield('blah');
print $q->end_form;
#etc..
it *always* returns an obsolete trailing empty useless HTML
"<div></div>" container before the closing tag of the form.
Any ideas ? It seems not to be
a known issue.
(Perl5.8.1 on linux i386/ multi-thread-whatever)
FrankB Guest
-
rendering <div Oops! rendering div style:display=none
The default for a certain page I'm working on is to hide a section of the page when it's loaded. So i set a div tag as follows: <div... -
11.0.2. Always this annoying bug !
Hi, When you start Freehand and the panels are disappeared, neither the shortcut F4 nor the menu View Panels helps. You have to go to Windows... -
Annoying IE clicking
Hi, I know this is slightly off topic, but I have a PHP script that displays the network status of various machines on my network, which... -
annoying popups
Please, help with the popups that are always poppingup. I spoke with a co-worker she said it's a windows XP problem. I did e-mail MSN they told me... -
Annoying Pop Ups.
How can I stop those annoying popups that come on my screen even when my browser is closed? It is crazy!! -
harryfmudd [AT] comcast [DOT] net #2
Re: CGI.pm annoying xhtml rendering
FrankB wrote:
Not for me, even passing the arguments to "new" (which I don't think do> Hello,
>
> when creating a form with CGI.pm, no matter if it is
> use CGI;
> $q = new CGI qw /:all -debug/;
> print header and start the html etc..
>
> print $q->start_form; OR
> print $q->start_multipart_form();
> print $q->textfield('blah');
> print $q->end_form;
> #etc..
>
> it *always* returns an obsolete trailing empty useless HTML
> "<div></div>" container before the closing tag of the form.
>
> Any ideas ? It seems not to be
> a known issue.
>
> (Perl5.8.1 on linux i386/ multi-thread-whatever)
>
>
what you think they do). Is your CGI up to date? I'm running
Perl 5.8.6 on darwin; CGI version 3.17.
Tom Wyant
harryfmudd [AT] comcast [DOT] net Guest



Reply With Quote

