|
Posted by ladygrinningsoul on December 15, 2004, 12:34 am
Please log in for more thread options
How can I use CGI.pm with tables? I want to design a webpage using a large
(invisible) table and placing various entities (images, text-fields,
check-boxes, radio-buttons,...) inside the table's cells.
|
|
Posted by Keith Keller on December 14, 2004, 9:50 pm
Please log in for more thread options
>
> How can I use CGI.pm with tables? I want to design a webpage using a large
> (invisible) table and placing various entities (images, text-fields,
> check-boxes, radio-buttons,...) inside the table's cells.
First, read the CGI documentation; next, write code; finally,
if you have problems with code, post a short working code sample
here.
--keith
--
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom
|
|
Posted by ladygrinningsoul on December 16, 2004, 9:54 pm
Please log in for more thread options
> First, read the CGI documentation; next, write code; finally,
> if you have problems with code, post a short working code sample
> here.
My question was directed at people who know the answer.
|
|
Posted by Keith Keller on December 16, 2004, 9:59 pm
Please log in for more thread options >
>> First, read the CGI documentation; next, write code; finally,
>> if you have problems with code, post a short working code sample
>> here.
>
> My question was directed at people who know the answer.
My answer was directed at people who are not paying me to write
code.
It's not like your question was all that difficult; I simply see
no reason to do for you, for free, what other professional coders
do for a lot more than I make. I have better things to do (like
coding for my own job), as I'm sure most other readers here do.
So I was attempting to help you help yourself; if you don't want
that help, best of luck!
I should modify my above answer, though; obviously if the code is
working you probably don't need help with it. I should have written
"post a short code sample that runs under use strict;use warnings;
here, describing the actual behaviour and the desired behaviour."
--keith
--
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom
|
|
Posted by John W. Kennedy on December 17, 2004, 12:03 am
Please log in for more thread options ladygrinningsoul wrote:
>>First, read the CGI documentation; next, write code; finally,
>>if you have problems with code, post a short working code sample
>>here.
>
>
> My question was directed at people who know the answer.
Plenty of people here know the answer.
But no-one has the time to write a book-length answer to someone who is
evidently too lazy to read in the first place.
--
John W. Kennedy
"I want everybody to be smart. As smart as they can be. A world of
ignorant people is too dangerous to live in."
-- Garson Kanin. "Born Yesterday"
|
| Similar Threads | Posted | | [RFC] HTML::Dashboard (Spreadsheet-like formatting for HTML tables) | April 16, 2007, 4:50 pm |
| HTML ---> PDF | October 27, 2004, 2:13 am |
| HTML::TableExtract | October 11, 2004, 9:30 pm |
| [RFC] HTML::FormatData | May 13, 2005, 2:51 pm |
| [RFC] HTML::CheckArgs | May 13, 2005, 2:49 pm |
| HTML::TableExtractor | November 30, 2004, 6:42 am |
| [RFC] HTML::Formit.pm | February 16, 2005, 9:52 pm |
| HTML::Mason | March 7, 2005, 7:45 am |
| HTML parsing | March 21, 2005, 3:24 pm |
| Possible bug in HTML::BBCode? | November 1, 2005, 9:37 am |
|