I have three drop down lists using javascript into three html drop down lists . The days list will have values from 1-31 , the month list will have values from 1-12 and the year list will have values from 1900-2005. There is a for loop involved.
I am new to javascript and have tried different tutorials on the web. I know it is a simple for loop in three ways . But i cant do it in javascript.I have done the same in ASP.NET. Still looking for help.