Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: CGI.pm Disillusionment

by edoc (Chaplain)
on Jun 05, 2003 at 01:40 UTC ( [id://263205]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <p>[% error.message %]</p>
    <input type="checkbox" name="field1" value="1"[% checked.field1 %]>
    ...
    
    <input type="radio" name="field4" value="a"[% checked.field4_a %]>
    <input type="radio" name="field4" value="b"[% checked.field4_b %]>
    
  2. or download this
    <p>Please select a value for Field 4</p>
    <input type="checkbox" name="field1" value="1" checked>
    ...
    
    <input type="radio" name="field4" value="a">
    <input type="radio" name="field4" value="b">
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found