Hawkes, Mick I <mailto:[EMAIL PROTECTED]> wrote:

[snipped code]

   That code has nothing to do with the template (and it looks really
ugly -- use some white space).


:       As I said above all the other parameters are returned, this one,
: which is the only pulldown select I use, doesn't 
: 
:       Ibased on your comment, can I assume that the syntex of the HTML
: code correct ?


    No, there are some syntax errors. Assuming 'HTML_Status' and
'html_status' are two different parameters passed to the template,
this should work.

<select name="<TMPL_VAR NAME="html_status">">
    <option value="<TMPL_VAR NAME="html_status">" selected>
                                  <tmpl_var name="HTML_Status">
    <option value="Open">Open
    <option value="Pending">Pending
    <option value="Closed">Closed
</select>


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328



















-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to