On Thu, 01 Jun 2006 13:06:24 -0600, John Meyer <[EMAIL PROTECTED]> wrote:
> Martin Marques wrote:
>> doesn't seem to get it right. Here is the HTML output:
>>
>> <SELECT name="cargo">
>> <OPTION  value=8>Profesor titular</OPTION>
>> <OPTION  value=7>Profesor asociado</OPTION>
>> <OPTION  value=6>Profesor adjunto</OPTION>
>> <OPTION  value=5>Jefe de trabajos pracáá½ticos</OPTION>
>> <OPTION selected value=4>Ayudante de cat½edra</OPTION>
>> <OPTION  value=3>Ayudante alumno</OPTION>
>> <OPTION  value=2>Pasante</OPTION>
>> <OPTION  value=1>Colaborador externo</OPTION>
>> </SELECT>
> 
> Works fine on my firefox, by the way.  What version of Firefox are you
> using?

Just found out what the problem was talking to a fellow ex-coworker. Aparently 
putting the values (value="4") surrounded by doble quotes (as the specs say) 
solved the problem.

-- 
---------------------------------------------------------
Lic. Martín Marqués         |   SELECT 'mmarques' || 
Centro de Telemática        |       '@' || 'unl.edu.ar';
Universidad Nacional        |   DBA, Programador, 
    del Litoral             |   Administrador
---------------------------------------------------------

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to