Welcome Guest, Not a member yet? Register   Sign In
how to save the data from the listbox to the database
#16

[eluser]basty_dread[/eluser]
Hello you had posted this code to my topic
Code:
<SELECT NAME="sections[]" MULTIPLE>

the
Code:
selection[]
is not working in javascript.



this is my javascript code for selecting all the values on the listbox without click all of them:

Code:
function selectin()
{
for(i=0;i<document.forms['frmcustom'].sections[].length;i++){
document.forms['frmcustom'].sections[i].selected=true;    
}
}

but its not working.
what could be wrong?

Please help me. Thank you again.


Messages In This Thread
how to save the data from the listbox to the database - by El Forum - 10-27-2009, 10:03 PM
how to save the data from the listbox to the database - by El Forum - 10-27-2009, 10:40 PM
how to save the data from the listbox to the database - by El Forum - 10-28-2009, 03:12 AM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 03:16 AM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 07:05 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 07:08 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 07:34 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 07:39 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 07:48 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 08:15 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 08:15 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 08:26 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 08:27 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 08:31 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 08:37 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 09:20 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 10:35 PM
how to save the data from the listbox to the database - by El Forum - 10-29-2009, 10:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB