Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: table in a radio group

by CountZero (Bishop)
on Jul 22, 2005 at 21:24 UTC ( [id://477357]=note: print w/replies, xml ) Need Help??


in reply to table in a radio group

Your question is not clear: do you want one radio button for each country (i.e. one radio-button per row), or one radio button per field (i.e. 10 radio buttons per row).

Both are possible.

Shall we assume (for the sake of bringing your question at least within the scope of Perl Monks) that you wish to set up this structure automatically through a Perl-script? Or do you use a templating-system?

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Replies are listed 'Best First'.
Re^2: table in a radio group
by bitzy790 (Novice) on Jul 22, 2005 at 21:48 UTC
    Sorry I was not clear. I would like one radio button for each country - one button per row. The goal is to be able to select one country for updating, and have the data populate on a maintenance screen. For the one country, the user can update multiple fields for the one country with one transaction.I would like to set this up thru perl using cgi.pm. I don't use a templating system.
      Ok, now that that's clear, what have you tried? Perhaps start by generating the HTML table through perl. Hint a loop nested in another loop, the outer for the rows, and the inner for the cells within the rows. Then start worrying about the content of each cell.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://477357]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 23:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found