Hi all, 

All i want is a pull down select to work. I can get it to display passed data 
but I just can't get it to return the selection. here is a code snippit (its 
inside a table) . 

<td><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></td> 
</tr> 

so why doesn't it work? 

TIA 

cheers 
Mick Hawkes


--
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