Select control related

A

abcd

var oldLen = objListAppAnalysis.options.length;

alert(oldLen);

var i;
for (i=0;i<oldLen;i++)
{
objListAppAnalysis.options.remove;
}

var newlen = objListAppAnalysis.options.length;

alert(newlen)

here why oldLen and newLen are the same.....why the remove not working
here...am I messing up something...
 
R

Ray Costanzo [MVP]

Try a javascript group. This group is for server-side ASP topics.

Ray at work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,190
Latest member
ClayE7480

Latest Threads

Top