fuadhamidov
Programmer
hi
how can i delete optgroup with javascript. or how i can get length of optgroup
the code bellow can only drop the optoins not optgroups
thanks for any help
how can i delete optgroup with javascript. or how i can get length of optgroup
the code bellow can only drop the optoins not optgroups
Code:
while ( 0 < document.form.SENDMESSAGE.options.length ) {
document.form.SENDMESSAGE.remove( 0 );
}
thanks for any help