[PIPython] ciclo sui result di una select box multipla
mtzolo a gmail.com
mtzolo
Lun 16 Gen 2006 12:54:22 CET
PS (e finisco) (se a qno serve): per ovviare al fatto che REquest contiene
solo quelle selezionate, nel JS che popola la seconda select ho banalmente
modificato:
function addOption(theSel, theText, theValue)
{
var newOpt = new Option(theText, theValue);
newOpt.selected="true"; (************************)
var selLength = theSel.length;
theSel.options[selLength] = newOpt;
}
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: http://list.zope.it/pipermail/python/attachments/20060116/0437ce35/attachment.htm
More information about the Python
mailing list