$('tdocu').select("option[selected]")[0].innerHTML

2009/7/6 Martín Marqués <martin.marq...@gmail.com>

>
> I have a select pull down within a form that at submition executes
> some ajax stuff and updates the div where the <SELECT> tag lives. HTML
> code is like this (I'm using HTML_Template_IT from PHP, so the
> BEGIN-END define a block, and {} define replacable text):
>
>      <td class="titulo">Tipo de documento:</td>
>      <td>
>        <div id="tipodoc">
>          <SELECT id="tdocu" name="tdocu">
>            <!-- BEGIN option -->
>            <OPTION value="{VALOR}">{DESC}</option>
>            <!-- END option -->
>          </SELECT>
>        </div>
>      </td>
>
> What I want is, on submit to take the description that is shown in the
> HTML page, not the value. How do I do that?
>
> --
> Martín Marqués
> select 'martin.marques' || '@' || 'gmail.com'
> DBA, Programador, Administrador
>
> >
>


-- 
Best Regards,
Vladimir Tkach

+972-54-7574166
tea...@gmail.com

http://teamco-anthill.blogspot.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to