Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Re: HTML::Template question - tmpl_if

by punkish (Priest)
on Dec 15, 2003 at 01:38 UTC ( [id://314731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <select name="school_id"><option selected value="1"><option selected v
    +alue="0">Select<tmpl_loop name=options>
    <option value="<tmpl_var name=school_id>"><tmpl_var escape=html name=s
    +chool></option></tmpl_loop>
    </select>
    
  2. or download this
    <select name="school_id" size="1">
        <option selected value="0">Select school</option>
    ...
        <option value="<tmpl_var school_id>"><tmpl_var escape=html school>
    +</option>
      </tmpl_loop>
    </select>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-26 02:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found