Hiho,
        
i've a little wired problem with a pice of code.
        
<select name="firma">
    <option> ------ </option>
    [$ foreach $firma (@firmenid) $]
        [$ if $fdat{firma} eq $firma $]
            <option selected>[+ $firma +]</option>
        [$ else $]
            <option>[+ $firma +]</option>
        [$ endif $]
    [$ endforeach $]
</select>
        
If $fdat{firma} equal with $firma, then it writes only <option> without
the "selected" option. If i write "<option selecte>", this appears. I
hope you can help me.
        
My Setup:
        
* libembperl-perl 2.0rc2-1 (cgi-mode)
* apache2-common 2.0.54-5
        
greets
cit


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to